Html Css Color HEX #1FAAFD Dodger Blue

📋 copy color: '#1FAAFD'

red 31 ◦ green 170 ◦ blue 253

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

Shades of Dodger Blue #1FAAFD

Tints of Dodger Blue #1FAAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.44%

 BLUE value IS 253 (99.22% from 255) = 55.73%

R = 6.83%
G = 37.44%
B = 55.73%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1FAAFD (or 0x1FAAFD) is known color: Dodger Blue. HEX triplet: 1F, AA and FD. RGB value is (31,170,253). Sum of RGB (Red+Green+Blue) = 31+170+253=454 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.83% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FAAFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FAAFD is #E05502. Grayscale: #898989. Windows color (decimal): -14701827 or 16624159. OLE color: 16624159.

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

Color convert

RGB 31 170 253 -
CMYK 0.88 0.33 0 0.01
HSL 202.43º 0.98% 0.56% -
HSV(B) 202.43º 0.88% 0.99% -
XYZ 32.67 36.13 98.18 -
YUV 137.9 192.95 51.75 -
System Red Green Blue C M Y K H S L
Decimal 31 170 253 0.88 0.33 0 0.01 202.43 0.98 0.56
Hex 1F AA FD 58 21 0 1 CA 62 38
Octal 37 252 375 130 41 0 1 312 142 70
Binary 11111 10101010 11111101 1011000 100001 0 1 11001010 1100010 111000

Color Harmonies of #1FAAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAAFD

Black with #1FAAFD

Text Example


Text Example

White with #1FAAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,170,253); }

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

background-color css

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

 a { background-color: rgb(31,170,253); }

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

border-color css

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

 span { border-color: rgb(31,170,253); }

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