Html Css Color HEX #1FA2EE Dodger Blue

📋 copy color: '#1FA2EE'

red 31 ◦ green 162 ◦ blue 238

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

Shades of Dodger Blue #1FA2EE

Tints of Dodger Blue #1FA2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.22%

R = 7.19%
G = 37.59%
B = 55.22%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1FA2EE (or 0x1FA2EE) is known color: Dodger Blue. HEX triplet: 1F, A2 and EE. RGB value is (31,162,238). Sum of RGB (Red+Green+Blue) = 31+162+238=431 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.19% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #1FA2EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA2EE is #E05D11. Grayscale: #838383. Windows color (decimal): -14703890 or 15639071. OLE color: 15639071.

HSL color Cylindrical-coordinate representation of color #1FA2EE: hue angle of 202.03º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FA2EE is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 162 238 -
CMYK 0.87 0.32 0 0.07
HSL 202.03º 0.86% 0.53% -
HSV(B) 202.03º 0.87% 0.93% -
XYZ 28.92 32.31 85.6 -
YUV 131.5 188.1 56.32 -
System Red Green Blue C M Y K H S L
Decimal 31 162 238 0.87 0.32 0 0.07 202.03 0.86 0.53
Hex 1F A2 EE 57 20 0 7 CA 56 35
Octal 37 242 356 127 40 0 7 312 126 65
Binary 11111 10100010 11101110 1010111 100000 0 111 11001010 1010110 110101

Color Harmonies of #1FA2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA2EE

Black with #1FA2EE

Text Example


Text Example

White with #1FA2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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