Html Css Color HEX #1E4BCD Cerulean Blue

📋 copy color: '#1E4BCD'

red 30 ◦ green 75 ◦ blue 205

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

Shades of Cerulean Blue #1E4BCD

Tints of Cerulean Blue #1E4BCD

RGB

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

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

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

R = 9.68%
G = 24.19%
B = 66.13%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1E4BCD (or 0x1E4BCD) is known color: Cerulean Blue. HEX triplet: 1E, 4B and CD. RGB value is (30,75,205). Sum of RGB (Red+Green+Blue) = 30+75+205=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E4BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4BCD is #E1B432. Grayscale: #4B4B4B. Windows color (decimal): -14791731 or 13454110. OLE color: 13454110.

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

Color convert

RGB 30 75 205 -
CMYK 0.85 0.63 0 0.20
HSL 224.57º 0.74% 0.46% -
HSV(B) 224.57º 0.85% 0.8% -
XYZ 14.07 9.72 58.89 -
YUV 76.37 200.59 94.93 -
System Red Green Blue C M Y K H S L
Decimal 30 75 205 0.85 0.63 0 0.20 224.57 0.74 0.46
Hex 1E 4B CD 55 3F 0 14 E1 4A 2E
Octal 36 113 315 125 77 0 24 341 112 56
Binary 11110 1001011 11001101 1010101 111111 0 10100 11100001 1001010 101110

Color Harmonies of #1E4BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4BCD

Black with #1E4BCD

Text Example


Text Example

White with #1E4BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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