Html Css Color HEX #1BAEFF Dodger Blue

📋 copy color: '#1BAEFF'

red 27 ◦ green 174 ◦ blue 255

#1BAEFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #1BAEFF

Tints of Dodger Blue #1BAEFF

RGB

 RED value IS 27 (10.94% from 255) = 5.92%

 GREEN value IS 174 (68.36% from 255) = 38.16%

 BLUE value IS 255 (100% from 255) = 55.92%

R = 5.92%
G = 38.16%
B = 55.92%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1BAEFF (or 0x1BAEFF) is known color: Dodger Blue. HEX triplet: 1B, AE and FF. RGB value is (27,174,255). Sum of RGB (Red+Green+Blue) = 27+174+255=456 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.92% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BAEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BAEFF is #E45100. Grayscale: #8A8A8A. Windows color (decimal): -14962945 or 16756251. OLE color: 16756251.

HSL color Cylindrical-coordinate representation of color #1BAEFF: hue angle of 201.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BAEFF is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 27 174 255 -
CMYK 0.89 0.32 0 0
HSL 201.32º 1% 0.55% -
HSV(B) 201.32º 0.89% 1% -
XYZ 33.64 37.73 100.12 -
YUV 139.28 193.3 47.91 -
System Red Green Blue C M Y K H S L
Decimal 27 174 255 0.89 0.32 0 0 201.32 1 0.55
Hex 1B AE FF 59 20 0 0 C9 64 37
Octal 33 256 377 131 40 0 0 311 144 67
Binary 11011 10101110 11111111 1011001 100000 0 0 11001001 1100100 110111

Color Harmonies of #1BAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAEFF

Black with #1BAEFF

Text Example


Text Example

White with #1BAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BAEFF; }

 p { color: rgb(27,174,255); }

 H1.HeaderClassName
 {
   color: #1BAEFF;
 }
 .AnyTagClassName
 {
   color: #1BAEFF;
 }
</style>

background-color css

<style>
 a { background-color: #1BAEFF; }

 a { background-color: rgb(27,174,255); }

 div.DivClassName
 {
   background-color: #1BAEFF;
 }
 .BgClassName
 {
   background-color: #1BAEFF;
 }
</style>

border-color css

<style>
 span { border-color: #1BAEFF; }

 span { border-color: rgb(27,174,255); }

 td.TdClassName
 {
   border-color: #1BAEFF;
 }
 .TagClassName
 {
   border-color: #1BAEFF;
 }
</style>