Html Css Color HEX #1C4CEA Cerulean Blue

📋 copy color: '#1C4CEA'

red 28 ◦ green 76 ◦ blue 234

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

Shades of Cerulean Blue #1C4CEA

Tints of Cerulean Blue #1C4CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

 BLUE value IS 234 (91.8% from 255) = 69.23%

R = 8.28%
G = 22.49%
B = 69.23%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1C4CEA (or 0x1C4CEA) is known color: Cerulean Blue. HEX triplet: 1C, 4C and EA. RGB value is (28,76,234). Sum of RGB (Red+Green+Blue) = 28+76+234=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #1C4CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C4CEA is #E3B315. Grayscale: #4E4E4E. Windows color (decimal): -14922518 or 15354908. OLE color: 15354908.

HSL color Cylindrical-coordinate representation of color #1C4CEA: hue angle of 226.02º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C4CEA is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 76 234 -
CMYK 0.88 0.68 0 0.08
HSL 226.02º 0.83% 0.51% -
HSV(B) 226.02º 0.88% 0.92% -
XYZ 17.91 11.36 79.09 -
YUV 79.66 215.1 91.15 -
System Red Green Blue C M Y K H S L
Decimal 28 76 234 0.88 0.68 0 0.08 226.02 0.83 0.51
Hex 1C 4C EA 58 44 0 8 E2 53 33
Octal 34 114 352 130 104 0 10 342 123 63
Binary 11100 1001100 11101010 1011000 1000100 0 1000 11100010 1010011 110011

Color Harmonies of #1C4CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4CEA

Black with #1C4CEA

Text Example


Text Example

White with #1C4CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,76,234); }

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

background-color css

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

 a { background-color: rgb(28,76,234); }

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

border-color css

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

 span { border-color: rgb(28,76,234); }

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