Html Css Color HEX #31AAFF Dodger Blue

📋 copy color: '#31AAFF'

red 49 ◦ green 170 ◦ blue 255

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

Shades of Dodger Blue #31AAFF

Tints of Dodger Blue #31AAFF

RGB

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

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

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

R = 10.34%
G = 35.86%
B = 53.8%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#31AAFF (or 0x31AAFF) is known color: Dodger Blue. HEX triplet: 31, AA and FF. RGB value is (49,170,255). Sum of RGB (Red+Green+Blue) = 49+170+255=474 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.34% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #31AAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31AAFF is #CE5500. Grayscale: #8F8F8F. Windows color (decimal): -13522177 or 16755249. OLE color: 16755249.

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

Color convert

RGB 49 170 255 -
CMYK 0.81 0.33 0 0
HSL 204.76º 1% 0.6% -
HSV(B) 204.76º 0.81% 1% -
XYZ 33.69 36.62 99.9 -
YUV 143.51 190.91 60.59 -
System Red Green Blue C M Y K H S L
Decimal 49 170 255 0.81 0.33 0 0 204.76 1 0.6
Hex 31 AA FF 51 21 0 0 CD 64 3C
Octal 61 252 377 121 41 0 0 315 144 74
Binary 110001 10101010 11111111 1010001 100001 0 0 11001101 1100100 111100

Color Harmonies of #31AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AAFF

Black with #31AAFF

Text Example


Text Example

White with #31AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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