Html Css Color HEX #1F9EEF Dodger Blue

📋 copy color: '#1F9EEF'

red 31 ◦ green 158 ◦ blue 239

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

Shades of Dodger Blue #1F9EEF

Tints of Dodger Blue #1F9EEF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.92%

 BLUE value IS 239 (93.75% from 255) = 55.84%

R = 7.24%
G = 36.92%
B = 55.84%

CMYK

 C value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1F9EEF (or 0x1F9EEF) is known color: Dodger Blue. HEX triplet: 1F, 9E and EF. RGB value is (31,158,239). Sum of RGB (Red+Green+Blue) = 31+158+239=428 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.24% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F9EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9EEF is #E06110. Grayscale: #808080. Windows color (decimal): -14704913 or 15703583. OLE color: 15703583.

HSL color Cylindrical-coordinate representation of color #1F9EEF: hue angle of 203.37º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F9EEF is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 31 158 239 -
CMYK 0.87 0.34 0 0.06
HSL 203.37º 0.87% 0.53% -
HSV(B) 203.37º 0.87% 0.94% -
XYZ 28.37 30.98 86.15 -
YUV 129.26 189.92 57.91 -
System Red Green Blue C M Y K H S L
Decimal 31 158 239 0.87 0.34 0 0.06 203.37 0.87 0.53
Hex 1F 9E EF 57 22 0 6 CB 57 35
Octal 37 236 357 127 42 0 6 313 127 65
Binary 11111 10011110 11101111 1010111 100010 0 110 11001011 1010111 110101

Color Harmonies of #1F9EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9EEF

Black with #1F9EEF

Text Example


Text Example

White with #1F9EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,158,239); }

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

background-color css

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

 a { background-color: rgb(31,158,239); }

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

border-color css

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

 span { border-color: rgb(31,158,239); }

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