Html Css Color HEX #1E54BF Cerulean Blue

📋 copy color: '#1E54BF'

red 30 ◦ green 84 ◦ blue 191

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

Shades of Cerulean Blue #1E54BF

Tints of Cerulean Blue #1E54BF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.54%

 BLUE value IS 191 (75% from 255) = 62.62%

R = 9.84%
G = 27.54%
B = 62.62%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E54BF (or 0x1E54BF) is known color: Cerulean Blue. HEX triplet: 1E, 54 and BF. RGB value is (30,84,191). Sum of RGB (Red+Green+Blue) = 30+84+191=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E54BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E54BF is #E1AB40. Grayscale: #4F4F4F. Windows color (decimal): -14789441 or 12538910. OLE color: 12538910.

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

Color convert

RGB 30 84 191 -
CMYK 0.84 0.56 0 0.25
HSL 219.88º 0.73% 0.43% -
HSV(B) 219.88º 0.84% 0.75% -
XYZ 13.11 10.38 50.6 -
YUV 80.05 190.61 92.3 -
System Red Green Blue C M Y K H S L
Decimal 30 84 191 0.84 0.56 0 0.25 219.88 0.73 0.43
Hex 1E 54 BF 54 38 0 19 DC 49 2B
Octal 36 124 277 124 70 0 31 334 111 53
Binary 11110 1010100 10111111 1010100 111000 0 11001 11011100 1001001 101011

Color Harmonies of #1E54BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E54BF

Black with #1E54BF

Text Example


Text Example

White with #1E54BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,84,191); }

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

background-color css

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

 a { background-color: rgb(30,84,191); }

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

border-color css

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

 span { border-color: rgb(30,84,191); }

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