#1d4bc8

Color #1D4BC8 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #1D4BC8

Tints of Cerulean Blue #1D4BC8

Color information

#1D4BC8 (or 0x1D4BC8) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 4B and C8. RGB value is (29,75,200). Sum of RGB (Red+Green+Blue) = 29+75+200=304 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.54% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 200 (78.52% from 255 or 65.79% from 304); Max value from RGB is 200 - color contains mainly: blue. Hex color #1D4BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4BC8 is #E2B437. Grayscale: #4A4A4A. Windows color (decimal): -14857272 or 13126429. OLE color: 13126429.

HSL color Cylindrical-coordinate representation of color #1D4BC8: hue angle of 223.86º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D4BC8 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2975200-
CMYK0.860.6200.22
HSL223.86º74.67%44.9%-
HSV(B)223.86º85.5%78.43%-
XYZ13.459.4655.76-
YUV75.5198.2694.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.54%
GREEN value IS 75 (29.69% from 255) = 24.67%
BLUE value IS 200 (78.52% from 255) = 65.79%
R=9.54%
G=24.67%
B=65.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal29752000.860.6200.22223.8674.6744.9
Hex1D4BC8563E016e04b2d
Octal351133101267602634011355
Binary111011001011110010001010110111110010110111000001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d4bc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,75,200); }

 H1.HeaderClassName
 {
   color: #1d4bc8;
 }
 .AnyTagClassName
 {
   color: #1d4bc8;
 }
</style>
background-color css

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

 a { background-color: rgb(29,75,200); }

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

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

 span { border-color: rgb(29,75,200); }

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