Html Css Color HEX #1E48CF Cerulean Blue

📋 copy color: '#1E48CF'

red 30 ◦ green 72 ◦ blue 207

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

Shades of Cerulean Blue #1E48CF

Tints of Cerulean Blue #1E48CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 207 (81.25% from 255) = 66.99%

R = 9.71%
G = 23.3%
B = 66.99%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E48CF (or 0x1E48CF) is known color: Cerulean Blue. HEX triplet: 1E, 48 and CF. RGB value is (30,72,207). Sum of RGB (Red+Green+Blue) = 30+72+207=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E48CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E48CF is #E1B730. Grayscale: #4A4A4A. Windows color (decimal): -14792497 or 13584414. OLE color: 13584414.

HSL color Cylindrical-coordinate representation of color #1E48CF: hue angle of 225.76º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E48CF is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 72 207 -
CMYK 0.86 0.65 0 0.19
HSL 225.76º 0.75% 0.46% -
HSV(B) 225.76º 0.86% 0.81% -
XYZ 14.12 9.42 60.1 -
YUV 74.83 202.59 96.02 -
System Red Green Blue C M Y K H S L
Decimal 30 72 207 0.86 0.65 0 0.19 225.76 0.75 0.46
Hex 1E 48 CF 56 41 0 13 E2 4B 2E
Octal 36 110 317 126 101 0 23 342 113 56
Binary 11110 1001000 11001111 1010110 1000001 0 10011 11100010 1001011 101110

Color Harmonies of #1E48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E48CF

Black with #1E48CF

Text Example


Text Example

White with #1E48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,72,207); }

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

background-color css

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

 a { background-color: rgb(30,72,207); }

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

border-color css

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

 span { border-color: rgb(30,72,207); }

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