Html Css Color HEX #1C4BCE Cerulean Blue

📋 copy color: '#1C4BCE'

red 28 ◦ green 75 ◦ blue 206

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

Shades of Cerulean Blue #1C4BCE

Tints of Cerulean Blue #1C4BCE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.27%

 BLUE value IS 206 (80.86% from 255) = 66.67%

R = 9.06%
G = 24.27%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C4BCE (or 0x1C4BCE) is known color: Cerulean Blue. HEX triplet: 1C, 4B and CE. RGB value is (28,75,206). Sum of RGB (Red+Green+Blue) = 28+75+206=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C4BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4BCE is #E3B431. Grayscale: #4B4B4B. Windows color (decimal): -14922802 or 13519644. OLE color: 13519644.

HSL color Cylindrical-coordinate representation of color #1C4BCE: hue angle of 224.16º 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 #1C4BCE is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 75 206 -
CMYK 0.86 0.64 0 0.19
HSL 224.16º 0.76% 0.46% -
HSV(B) 224.16º 0.86% 0.81% -
XYZ 14.14 9.74 59.53 -
YUV 75.88 201.43 93.85 -
System Red Green Blue C M Y K H S L
Decimal 28 75 206 0.86 0.64 0 0.19 224.16 0.76 0.46
Hex 1C 4B CE 56 40 0 13 E0 4C 2E
Octal 34 113 316 126 100 0 23 340 114 56
Binary 11100 1001011 11001110 1010110 1000000 0 10011 11100000 1001100 101110

Color Harmonies of #1C4BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4BCE

Black with #1C4BCE

Text Example


Text Example

White with #1C4BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,75,206); }

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

background-color css

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

 a { background-color: rgb(28,75,206); }

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

border-color css

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

 span { border-color: rgb(28,75,206); }

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