Html Css Color HEX #1C4ECF Cerulean Blue

📋 copy color: '#1C4ECF'

red 28 ◦ green 78 ◦ blue 207

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

Shades of Cerulean Blue #1C4ECF

Tints of Cerulean Blue #1C4ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.92%

 BLUE value IS 207 (81.25% from 255) = 66.13%

R = 8.95%
G = 24.92%
B = 66.13%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C4ECF (or 0x1C4ECF) is known color: Cerulean Blue. HEX triplet: 1C, 4E and CF. RGB value is (28,78,207). Sum of RGB (Red+Green+Blue) = 28+78+207=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C4ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C4ECF is #E3B130. Grayscale: #4D4D4D. Windows color (decimal): -14922033 or 13585948. OLE color: 13585948.

HSL color Cylindrical-coordinate representation of color #1C4ECF: hue angle of 223.24º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C4ECF is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 78 207 -
CMYK 0.86 0.62 0 0.19
HSL 223.24º 0.76% 0.46% -
HSV(B) 223.24º 0.86% 0.81% -
XYZ 14.47 10.2 60.24 -
YUV 77.76 200.94 92.51 -
System Red Green Blue C M Y K H S L
Decimal 28 78 207 0.86 0.62 0 0.19 223.24 0.76 0.46
Hex 1C 4E CF 56 3E 0 13 DF 4C 2E
Octal 34 116 317 126 76 0 23 337 114 56
Binary 11100 1001110 11001111 1010110 111110 0 10011 11011111 1001100 101110

Color Harmonies of #1C4ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4ECF

Black with #1C4ECF

Text Example


Text Example

White with #1C4ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,78,207); }

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

background-color css

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

 a { background-color: rgb(28,78,207); }

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

border-color css

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

 span { border-color: rgb(28,78,207); }

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