Html Css Color HEX #31AAFE Dodger Blue

📋 copy color: '#31AAFE'

red 49 ◦ green 170 ◦ blue 254

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

Shades of Dodger Blue #31AAFE

Tints of Dodger Blue #31AAFE

RGB

 RED value IS 49 (19.53% from 255) = 10.36%

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

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

R = 10.36%
G = 35.94%
B = 53.7%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#31AAFE (or 0x31AAFE) is known color: Dodger Blue. HEX triplet: 31, AA and FE. RGB value is (49,170,254). Sum of RGB (Red+Green+Blue) = 49+170+254=473 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.36% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #31AAFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31AAFE is #CE5501. Grayscale: #8E8E8E. Windows color (decimal): -13522178 or 16689713. OLE color: 16689713.

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

Color convert

RGB 49 170 254 -
CMYK 0.81 0.33 0 0.00
HSL 204.59º 0.99% 0.59% -
HSV(B) 204.59º 0.81% 1% -
XYZ 33.53 36.56 99.06 -
YUV 143.4 190.41 60.67 -
System Red Green Blue C M Y K H S L
Decimal 49 170 254 0.81 0.33 0 0.00 204.59 0.99 0.59
Hex 31 AA FE 51 21 0 0 CD 63 3B
Octal 61 252 376 121 41 0 0 315 143 73
Binary 110001 10101010 11111110 1010001 100001 0 0 11001101 1100011 111011

Color Harmonies of #31AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AAFE

Black with #31AAFE

Text Example


Text Example

White with #31AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31AAFE; }

 p { color: rgb(49,170,254); }

 H1.HeaderClassName
 {
   color: #31AAFE;
 }
 .AnyTagClassName
 {
   color: #31AAFE;
 }
</style>

background-color css

<style>
 a { background-color: #31AAFE; }

 a { background-color: rgb(49,170,254); }

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

border-color css

<style>
 span { border-color: #31AAFE; }

 span { border-color: rgb(49,170,254); }

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