Html Css Color HEX #1E4CCA Cerulean Blue

📋 copy color: '#1E4CCA'

red 30 ◦ green 76 ◦ blue 202

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

Shades of Cerulean Blue #1E4CCA

Tints of Cerulean Blue #1E4CCA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.68%

 BLUE value IS 202 (79.3% from 255) = 65.58%

R = 9.74%
G = 24.68%
B = 65.58%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1E4CCA (or 0x1E4CCA) is known color: Cerulean Blue. HEX triplet: 1E, 4C and CA. RGB value is (30,76,202). Sum of RGB (Red+Green+Blue) = 30+76+202=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 202 (79.30% from 255 or 65.58% from 308); Max value from RGB is 202 - color contains mainly: blue. Hex color #1E4CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4CCA is #E1B335. Grayscale: #4C4C4C. Windows color (decimal): -14791478 or 13257758. OLE color: 13257758.

HSL color Cylindrical-coordinate representation of color #1E4CCA: hue angle of 223.95º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E4CCA is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 30 76 202 -
CMYK 0.85 0.62 0 0.21
HSL 223.95º 0.74% 0.45% -
HSV(B) 223.95º 0.85% 0.79% -
XYZ 13.78 9.71 57.02 -
YUV 76.61 198.76 94.75 -
System Red Green Blue C M Y K H S L
Decimal 30 76 202 0.85 0.62 0 0.21 223.95 0.74 0.45
Hex 1E 4C CA 55 3E 0 15 E0 4A 2D
Octal 36 114 312 125 76 0 25 340 112 55
Binary 11110 1001100 11001010 1010101 111110 0 10101 11100000 1001010 101101

Color Harmonies of #1E4CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4CCA

Black with #1E4CCA

Text Example


Text Example

White with #1E4CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,76,202); }

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

background-color css

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

 a { background-color: rgb(30,76,202); }

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

border-color css

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

 span { border-color: rgb(30,76,202); }

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