Html Css Color HEX #1C4BCD Cerulean Blue

📋 copy color: '#1C4BCD'

red 28 ◦ green 75 ◦ blue 205

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

Shades of Cerulean Blue #1C4BCD

Tints of Cerulean Blue #1C4BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.56%

R = 9.09%
G = 24.35%
B = 66.56%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C4BCD (or 0x1C4BCD) is known color: Cerulean Blue. HEX triplet: 1C, 4B and CD. RGB value is (28,75,205). Sum of RGB (Red+Green+Blue) = 28+75+205=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C4BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4BCD is #E3B432. Grayscale: #4B4B4B. Windows color (decimal): -14922803 or 13454108. OLE color: 13454108.

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

Color convert

RGB 28 75 205 -
CMYK 0.86 0.63 0 0.20
HSL 224.07º 0.76% 0.46% -
HSV(B) 224.07º 0.86% 0.8% -
XYZ 14.01 9.69 58.89 -
YUV 75.77 200.93 93.93 -
System Red Green Blue C M Y K H S L
Decimal 28 75 205 0.86 0.63 0 0.20 224.07 0.76 0.46
Hex 1C 4B CD 56 3F 0 14 E0 4C 2E
Octal 34 113 315 126 77 0 24 340 114 56
Binary 11100 1001011 11001101 1010110 111111 0 10100 11100000 1001100 101110

Color Harmonies of #1C4BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4BCD

Black with #1C4BCD

Text Example


Text Example

White with #1C4BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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