Html Css Color HEX #31ABFE Dodger Blue

📋 copy color: '#31ABFE'

red 49 ◦ green 171 ◦ blue 254

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

Shades of Dodger Blue #31ABFE

Tints of Dodger Blue #31ABFE

RGB

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

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

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

R = 10.34%
G = 36.08%
B = 53.59%

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

#31ABFE (or 0x31ABFE) is known color: Dodger Blue. HEX triplet: 31, AB and FE. RGB value is (49,171,254). Sum of RGB (Red+Green+Blue) = 49+171+254=474 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.34% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #31ABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31ABFE is #CE5401. Grayscale: #8F8F8F. Windows color (decimal): -13521922 or 16689969. OLE color: 16689969.

HSL color Cylindrical-coordinate representation of color #31ABFE: hue angle of 204.29º 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 #31ABFE is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 49 171 254 -
CMYK 0.81 0.33 0 0.00
HSL 204.29º 0.99% 0.59% -
HSV(B) 204.29º 0.81% 1% -
XYZ 33.72 36.93 99.12 -
YUV 143.98 190.08 60.25 -
System Red Green Blue C M Y K H S L
Decimal 49 171 254 0.81 0.33 0 0.00 204.29 0.99 0.59
Hex 31 AB FE 51 21 0 0 CC 63 3B
Octal 61 253 376 121 41 0 0 314 143 73
Binary 110001 10101011 11111110 1010001 100001 0 0 11001100 1100011 111011

Color Harmonies of #31ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ABFE

Black with #31ABFE

Text Example


Text Example

White with #31ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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