Html Css Color HEX #1FABFF Dodger Blue

📋 copy color: '#1FABFF'

red 31 ◦ green 171 ◦ blue 255

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

Shades of Dodger Blue #1FABFF

Tints of Dodger Blue #1FABFF

RGB

 RED value IS 31 (12.5% from 255) = 6.78%

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

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

R = 6.78%
G = 37.42%
B = 55.8%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1FABFF (or 0x1FABFF) is known color: Dodger Blue. HEX triplet: 1F, AB and FF. RGB value is (31,171,255). Sum of RGB (Red+Green+Blue) = 31+171+255=457 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.78% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FABFF is #E05400. Grayscale: #8A8A8A. Windows color (decimal): -14701569 or 16755487. OLE color: 16755487.

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

Color convert

RGB 31 171 255 -
CMYK 0.88 0.33 0 0
HSL 202.5º 1% 0.56% -
HSV(B) 202.5º 0.88% 1% -
XYZ 33.18 36.64 99.93 -
YUV 138.72 193.62 51.17 -
System Red Green Blue C M Y K H S L
Decimal 31 171 255 0.88 0.33 0 0 202.5 1 0.56
Hex 1F AB FF 58 21 0 0 CA 64 38
Octal 37 253 377 130 41 0 0 312 144 70
Binary 11111 10101011 11111111 1011000 100001 0 0 11001010 1100100 111000

Color Harmonies of #1FABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FABFF

Black with #1FABFF

Text Example


Text Example

White with #1FABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,171,255); }

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

background-color css

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

 a { background-color: rgb(31,171,255); }

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

border-color css

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

 span { border-color: rgb(31,171,255); }

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