Html Css Color HEX #1C4CEB Cerulean Blue

📋 copy color: '#1C4CEB'

red 28 ◦ green 76 ◦ blue 235

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

Shades of Cerulean Blue #1C4CEB

Tints of Cerulean Blue #1C4CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.32%

R = 8.26%
G = 22.42%
B = 69.32%

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

#1C4CEB (or 0x1C4CEB) is known color: Cerulean Blue. HEX triplet: 1C, 4C and EB. RGB value is (28,76,235). Sum of RGB (Red+Green+Blue) = 28+76+235=339 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.26% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 235 (92.19% from 255 or 69.32% from 339); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C4CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C4CEB is #E3B314. Grayscale: #4F4F4F. Windows color (decimal): -14922517 or 15420444. OLE color: 15420444.

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

Color convert

RGB 28 76 235 -
CMYK 0.88 0.68 0 0.08
HSL 226.09º 0.84% 0.52% -
HSV(B) 226.09º 0.88% 0.92% -
XYZ 18.06 11.41 79.85 -
YUV 79.77 215.6 91.07 -
System Red Green Blue C M Y K H S L
Decimal 28 76 235 0.88 0.68 0 0.08 226.09 0.84 0.52
Hex 1C 4C EB 58 44 0 8 E2 54 34
Octal 34 114 353 130 104 0 10 342 124 64
Binary 11100 1001100 11101011 1011000 1000100 0 1000 11100010 1010100 110100

Color Harmonies of #1C4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4CEB

Black with #1C4CEB

Text Example


Text Example

White with #1C4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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