Html Css Color HEX #1E55BB Cerulean Blue

📋 copy color: '#1E55BB'

red 30 ◦ green 85 ◦ blue 187

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

Shades of Cerulean Blue #1E55BB

Tints of Cerulean Blue #1E55BB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.15%

 BLUE value IS 187 (73.44% from 255) = 61.92%

R = 9.93%
G = 28.15%
B = 61.92%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1E55BB (or 0x1E55BB) is known color: Cerulean Blue. HEX triplet: 1E, 55 and BB. RGB value is (30,85,187). Sum of RGB (Red+Green+Blue) = 30+85+187=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #1E55BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E55BB is #E1AA44. Grayscale: #4F4F4F. Windows color (decimal): -14789189 or 12277022. OLE color: 12277022.

HSL color Cylindrical-coordinate representation of color #1E55BB: hue angle of 218.98º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E55BB is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 30 85 187 -
CMYK 0.84 0.55 0 0.27
HSL 218.98º 0.72% 0.43% -
HSV(B) 218.98º 0.84% 0.73% -
XYZ 12.75 10.36 48.34 -
YUV 80.18 188.28 92.21 -
System Red Green Blue C M Y K H S L
Decimal 30 85 187 0.84 0.55 0 0.27 218.98 0.72 0.43
Hex 1E 55 BB 54 37 0 1B DB 48 2B
Octal 36 125 273 124 67 0 33 333 110 53
Binary 11110 1010101 10111011 1010100 110111 0 11011 11011011 1001000 101011

Color Harmonies of #1E55BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E55BB

Black with #1E55BB

Text Example


Text Example

White with #1E55BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,85,187); }

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

background-color css

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

 a { background-color: rgb(30,85,187); }

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

border-color css

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

 span { border-color: rgb(30,85,187); }

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