Html Css Color HEX #1E4BDA Cerulean Blue

📋 copy color: '#1E4BDA'

red 30 ◦ green 75 ◦ blue 218

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

Shades of Cerulean Blue #1E4BDA

Tints of Cerulean Blue #1E4BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 67.49%

R = 9.29%
G = 23.22%
B = 67.49%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1E4BDA (or 0x1E4BDA) is known color: Cerulean Blue. HEX triplet: 1E, 4B and DA. RGB value is (30,75,218). Sum of RGB (Red+Green+Blue) = 30+75+218=323 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.29% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E4BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4BDA is #E1B425. Grayscale: #4D4D4D. Windows color (decimal): -14791718 or 14306078. OLE color: 14306078.

HSL color Cylindrical-coordinate representation of color #1E4BDA: hue angle of 225.64º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E4BDA is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 75 218 -
CMYK 0.86 0.66 0 0.15
HSL 225.64º 0.76% 0.49% -
HSV(B) 225.64º 0.86% 0.85% -
XYZ 15.71 10.37 67.5 -
YUV 77.85 207.09 93.87 -
System Red Green Blue C M Y K H S L
Decimal 30 75 218 0.86 0.66 0 0.15 225.64 0.76 0.49
Hex 1E 4B DA 56 42 0 F E2 4C 31
Octal 36 113 332 126 102 0 17 342 114 61
Binary 11110 1001011 11011010 1010110 1000010 0 1111 11100010 1001100 110001

Color Harmonies of #1E4BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4BDA

Black with #1E4BDA

Text Example


Text Example

White with #1E4BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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