Html Css Color HEX #31A1FA Dodger Blue

📋 copy color: '#31A1FA'

red 49 ◦ green 161 ◦ blue 250

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

Shades of Dodger Blue #31A1FA

Tints of Dodger Blue #31A1FA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35%

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 10.65%
G = 35%
B = 54.35%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#31A1FA (or 0x31A1FA) is known color: Dodger Blue. HEX triplet: 31, A1 and FA. RGB value is (49,161,250). Sum of RGB (Red+Green+Blue) = 49+161+250=460 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.65% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #31A1FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31A1FA is #CE5E05. Grayscale: #898989. Windows color (decimal): -13524486 or 16425265. OLE color: 16425265.

HSL color Cylindrical-coordinate representation of color #31A1FA: hue angle of 206.57º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31A1FA is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 161 250 -
CMYK 0.80 0.36 0 0.02
HSL 206.57º 0.95% 0.59% -
HSV(B) 206.57º 0.8% 0.98% -
XYZ 31.27 33.04 95.17 -
YUV 137.66 191.39 64.76 -
System Red Green Blue C M Y K H S L
Decimal 49 161 250 0.80 0.36 0 0.02 206.57 0.95 0.59
Hex 31 A1 FA 50 24 0 2 CF 5F 3B
Octal 61 241 372 120 44 0 2 317 137 73
Binary 110001 10100001 11111010 1010000 100100 0 10 11001111 1011111 111011

Color Harmonies of #31A1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A1FA

Black with #31A1FA

Text Example


Text Example

White with #31A1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,161,250); }

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

background-color css

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

 a { background-color: rgb(49,161,250); }

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

border-color css

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

 span { border-color: rgb(49,161,250); }

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