#1E4BBC

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

Shades of Cerulean Blue #1E4BBC

Tints of Cerulean Blue #1E4BBC

Color information

#1E4BBC (or 0x1E4BBC) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 4B and BC. RGB value is (30,75,188). Sum of RGB (Red+Green+Blue) = 30+75+188=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E4BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4BBC is #E1B443. Grayscale: #494949. Windows color (decimal): -14791748 or 12339998. OLE color: 12339998.

HSL color Cylindrical-coordinate representation of color #1E4BBC: hue angle of 222.91º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E4BBC is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3075188-
CMYK0.840.6000.26
HSL222.91º72.48%42.75%-
HSV(B)222.91º84.04%73.73%-
XYZ12.138.9448.66-
YUV74.43192.0996.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.24%
GREEN value IS 75 (29.69% from 255) = 25.60%
BLUE value IS 188 (73.83% from 255) = 64.16%
R=10.24%
G=25.60%
B=64.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30751880.840.6000.26222.9172.4842.75
Hex1E4BBC543C01Adf482b
Octal361132741247403233711053
Binary111101001011101111001010100111100011010110111111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,75,188); }

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

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

 a { background-color: rgb(30,75,188); }

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

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

 span { border-color: rgb(30,75,188); }

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