Html Css Color HEX #1FA2EB Dodger Blue

📋 copy color: '#1FA2EB'

red 31 ◦ green 162 ◦ blue 235

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

Shades of Dodger Blue #1FA2EB

Tints of Dodger Blue #1FA2EB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

 BLUE value IS 235 (92.19% from 255) = 54.91%

R = 7.24%
G = 37.85%
B = 54.91%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1FA2EB (or 0x1FA2EB) is known color: Dodger Blue. HEX triplet: 1F, A2 and EB. RGB value is (31,162,235). Sum of RGB (Red+Green+Blue) = 31+162+235=428 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.24% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #1FA2EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA2EB is #E05D14. Grayscale: #828282. Windows color (decimal): -14703893 or 15442463. OLE color: 15442463.

HSL color Cylindrical-coordinate representation of color #1FA2EB: hue angle of 201.47º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FA2EB is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 31 162 235 -
CMYK 0.87 0.31 0 0.08
HSL 201.47º 0.84% 0.52% -
HSV(B) 201.47º 0.87% 0.92% -
XYZ 28.48 32.13 83.3 -
YUV 131.15 186.6 56.56 -
System Red Green Blue C M Y K H S L
Decimal 31 162 235 0.87 0.31 0 0.08 201.47 0.84 0.52
Hex 1F A2 EB 57 1F 0 8 C9 54 34
Octal 37 242 353 127 37 0 10 311 124 64
Binary 11111 10100010 11101011 1010111 11111 0 1000 11001001 1010100 110100

Color Harmonies of #1FA2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA2EB

Black with #1FA2EB

Text Example


Text Example

White with #1FA2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,162,235); }

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

background-color css

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

 a { background-color: rgb(31,162,235); }

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

border-color css

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

 span { border-color: rgb(31,162,235); }

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