Html Css Color HEX #1E4BBC Cerulean Blue

📋 copy color: '#1E4BBC'

red 30 ◦ green 75 ◦ blue 188

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

Shades of Cerulean Blue #1E4BBC

Tints of Cerulean Blue #1E4BBC

RGB

 RED value IS 30 (12.11% from 255) = 10.24%

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

 BLUE value IS 188 (73.83% from 255) = 64.16%

R = 10.24%
G = 25.6%
B = 64.16%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1E4BBC (or 0x1E4BBC) is known color: 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

RGB 30 75 188 -
CMYK 0.84 0.60 0 0.26
HSL 222.91º 0.72% 0.43% -
HSV(B) 222.91º 0.84% 0.74% -
XYZ 12.13 8.94 48.66 -
YUV 74.43 192.09 96.31 -
System Red Green Blue C M Y K H S L
Decimal 30 75 188 0.84 0.60 0 0.26 222.91 0.72 0.43
Hex 1E 4B BC 54 3C 0 1A DF 48 2B
Octal 36 113 274 124 74 0 32 337 110 53
Binary 11110 1001011 10111100 1010100 111100 0 11010 11011111 1001000 101011

Color Harmonies of #1E4BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4BBC

Black with #1E4BBC

Text Example


Text Example

White with #1E4BBC

Text Example


Text Example

HTML Codes & Css Web 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>