Html Css Color HEX #1C5FE0 Denim

📋 copy color: '#1C5FE0'

red 28 ◦ green 95 ◦ blue 224

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

Shades of Denim #1C5FE0

Tints of Denim #1C5FE0

RGB

 RED value IS 28 (11.33% from 255) = 8.07%

 GREEN value IS 95 (37.5% from 255) = 27.38%

 BLUE value IS 224 (87.89% from 255) = 64.55%

R = 8.07%
G = 27.38%
B = 64.55%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1C5FE0 (or 0x1C5FE0) is known color: Denim. HEX triplet: 1C, 5F and E0. RGB value is (28,95,224). Sum of RGB (Red+Green+Blue) = 28+95+224=347 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.07% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 224 (87.89% from 255 or 64.55% from 347); Max value from RGB is 224 - color contains mainly: blue. Hex color #1C5FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5FE0 is #E3A01F. Grayscale: #595959. Windows color (decimal): -14917664 or 14704412. OLE color: 14704412.

HSL color Cylindrical-coordinate representation of color #1C5FE0: hue angle of 219.49º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C5FE0 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 28 95 224 -
CMYK 0.88 0.58 0 0.12
HSL 219.49º 0.78% 0.49% -
HSV(B) 219.49º 0.88% 0.88% -
XYZ 18.03 13.81 72.24 -
YUV 89.67 203.8 84.01 -
System Red Green Blue C M Y K H S L
Decimal 28 95 224 0.88 0.58 0 0.12 219.49 0.78 0.49
Hex 1C 5F E0 58 3A 0 C DB 4E 31
Octal 34 137 340 130 72 0 14 333 116 61
Binary 11100 1011111 11100000 1011000 111010 0 1100 11011011 1001110 110001

Color Harmonies of #1C5FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5FE0

Black with #1C5FE0

Text Example


Text Example

White with #1C5FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,95,224); }

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

background-color css

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

 a { background-color: rgb(28,95,224); }

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

border-color css

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

 span { border-color: rgb(28,95,224); }

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