Html Css Color HEX #1F9CEC Dodger Blue

📋 copy color: '#1F9CEC'

red 31 ◦ green 156 ◦ blue 236

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

Shades of Dodger Blue #1F9CEC

Tints of Dodger Blue #1F9CEC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.88%

 BLUE value IS 236 (92.58% from 255) = 55.79%

R = 7.33%
G = 36.88%
B = 55.79%

CMYK

 C value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F9CEC (or 0x1F9CEC) is known color: Dodger Blue. HEX triplet: 1F, 9C and EC. RGB value is (31,156,236). Sum of RGB (Red+Green+Blue) = 31+156+236=423 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.33% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #1F9CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9CEC is #E06313. Grayscale: #7F7F7F. Windows color (decimal): -14705428 or 15506463. OLE color: 15506463.

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

Color convert

RGB 31 156 236 -
CMYK 0.87 0.34 0 0.07
HSL 203.41º 0.84% 0.52% -
HSV(B) 203.41º 0.87% 0.93% -
XYZ 27.59 30.12 83.72 -
YUV 127.75 189.09 59 -
System Red Green Blue C M Y K H S L
Decimal 31 156 236 0.87 0.34 0 0.07 203.41 0.84 0.52
Hex 1F 9C EC 57 22 0 7 CB 54 34
Octal 37 234 354 127 42 0 7 313 124 64
Binary 11111 10011100 11101100 1010111 100010 0 111 11001011 1010100 110100

Color Harmonies of #1F9CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9CEC

Black with #1F9CEC

Text Example


Text Example

White with #1F9CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,156,236); }

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

background-color css

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

 a { background-color: rgb(31,156,236); }

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

border-color css

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

 span { border-color: rgb(31,156,236); }

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