Html Css Color HEX #1E54C1 Cerulean Blue

📋 copy color: '#1E54C1'

red 30 ◦ green 84 ◦ blue 193

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

Shades of Cerulean Blue #1E54C1

Tints of Cerulean Blue #1E54C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 62.87%

R = 9.77%
G = 27.36%
B = 62.87%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1E54C1 (or 0x1E54C1) is known color: Cerulean Blue. HEX triplet: 1E, 54 and C1. RGB value is (30,84,193). Sum of RGB (Red+Green+Blue) = 30+84+193=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 193 (75.78% from 255 or 62.87% from 307); Max value from RGB is 193 - color contains mainly: blue. Hex color #1E54C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E54C1 is #E1AB3E. Grayscale: #4F4F4F. Windows color (decimal): -14789439 or 12669982. OLE color: 12669982.

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

Color convert

RGB 30 84 193 -
CMYK 0.84 0.56 0 0.24
HSL 220.12º 0.73% 0.44% -
HSV(B) 220.12º 0.84% 0.76% -
XYZ 13.33 10.47 51.77 -
YUV 80.28 191.61 92.14 -
System Red Green Blue C M Y K H S L
Decimal 30 84 193 0.84 0.56 0 0.24 220.12 0.73 0.44
Hex 1E 54 C1 54 38 0 18 DC 49 2C
Octal 36 124 301 124 70 0 30 334 111 54
Binary 11110 1010100 11000001 1010100 111000 0 11000 11011100 1001001 101100

Color Harmonies of #1E54C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E54C1

Black with #1E54C1

Text Example


Text Example

White with #1E54C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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