Html Css Color HEX #1E4BCE Cerulean Blue

📋 copy color: '#1E4BCE'

red 30 ◦ green 75 ◦ blue 206

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

Shades of Cerulean Blue #1E4BCE

Tints of Cerulean Blue #1E4BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.24%

R = 9.65%
G = 24.12%
B = 66.24%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E4BCE (or 0x1E4BCE) is known color: Cerulean Blue. HEX triplet: 1E, 4B and CE. RGB value is (30,75,206). Sum of RGB (Red+Green+Blue) = 30+75+206=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E4BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4BCE is #E1B431. Grayscale: #4B4B4B. Windows color (decimal): -14791730 or 13519646. OLE color: 13519646.

HSL color Cylindrical-coordinate representation of color #1E4BCE: hue angle of 224.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E4BCE is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 75 206 -
CMYK 0.85 0.64 0 0.19
HSL 224.66º 0.75% 0.46% -
HSV(B) 224.66º 0.85% 0.81% -
XYZ 14.19 9.76 59.53 -
YUV 76.48 201.09 94.85 -
System Red Green Blue C M Y K H S L
Decimal 30 75 206 0.85 0.64 0 0.19 224.66 0.75 0.46
Hex 1E 4B CE 55 40 0 13 E1 4B 2E
Octal 36 113 316 125 100 0 23 341 113 56
Binary 11110 1001011 11001110 1010101 1000000 0 10011 11100001 1001011 101110

Color Harmonies of #1E4BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4BCE

Black with #1E4BCE

Text Example


Text Example

White with #1E4BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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