Html Css Color HEX #1E4DBC Cerulean Blue

📋 copy color: '#1E4DBC'

red 30 ◦ green 77 ◦ blue 188

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

Shades of Cerulean Blue #1E4DBC

Tints of Cerulean Blue #1E4DBC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.1%

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

R = 10.17%
G = 26.1%
B = 63.73%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1E4DBC (or 0x1E4DBC) is known color: Cerulean Blue. HEX triplet: 1E, 4D and BC. RGB value is (30,77,188). Sum of RGB (Red+Green+Blue) = 30+77+188=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E4DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4DBC is #E1B243. Grayscale: #4B4B4B. Windows color (decimal): -14791236 or 12340510. OLE color: 12340510.

HSL color Cylindrical-coordinate representation of color #1E4DBC: hue angle of 222.15º 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 #1E4DBC is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 30 77 188 -
CMYK 0.84 0.59 0 0.26
HSL 222.15º 0.72% 0.43% -
HSV(B) 222.15º 0.84% 0.74% -
XYZ 12.27 9.21 48.71 -
YUV 75.6 191.43 95.47 -
System Red Green Blue C M Y K H S L
Decimal 30 77 188 0.84 0.59 0 0.26 222.15 0.72 0.43
Hex 1E 4D BC 54 3B 0 1A DE 48 2B
Octal 36 115 274 124 73 0 32 336 110 53
Binary 11110 1001101 10111100 1010100 111011 0 11010 11011110 1001000 101011

Color Harmonies of #1E4DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4DBC

Black with #1E4DBC

Text Example


Text Example

White with #1E4DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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