Html Css Color HEX #1BABFE Dodger Blue

📋 copy color: '#1BABFE'

red 27 ◦ green 171 ◦ blue 254

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

Shades of Dodger Blue #1BABFE

Tints of Dodger Blue #1BABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.83%

 BLUE value IS 254 (99.61% from 255) = 56.19%

R = 5.97%
G = 37.83%
B = 56.19%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1BABFE (or 0x1BABFE) is known color: Dodger Blue. HEX triplet: 1B, AB and FE. RGB value is (27,171,254). Sum of RGB (Red+Green+Blue) = 27+171+254=452 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.97% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #1BABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BABFE is #E45401. Grayscale: #888888. Windows color (decimal): -14963714 or 16689947. OLE color: 16689947.

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

Color convert

RGB 27 171 254 -
CMYK 0.89 0.33 0 0.00
HSL 201.94º 0.99% 0.55% -
HSV(B) 201.94º 0.89% 1% -
XYZ 32.9 36.51 99.08 -
YUV 137.41 193.79 49.25 -
System Red Green Blue C M Y K H S L
Decimal 27 171 254 0.89 0.33 0 0.00 201.94 0.99 0.55
Hex 1B AB FE 59 21 0 0 CA 63 37
Octal 33 253 376 131 41 0 0 312 143 67
Binary 11011 10101011 11111110 1011001 100001 0 0 11001010 1100011 110111

Color Harmonies of #1BABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BABFE

Black with #1BABFE

Text Example


Text Example

White with #1BABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,171,254); }

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

background-color css

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

 a { background-color: rgb(27,171,254); }

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

border-color css

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

 span { border-color: rgb(27,171,254); }

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