Html Css Color HEX #1449E8 Cerulean Blue

📋 copy color: '#1449E8'

red 20 ◦ green 73 ◦ blue 232

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

Shades of Cerulean Blue #1449E8

Tints of Cerulean Blue #1449E8

RGB

 RED value IS 20 (8.2% from 255) = 6.15%

 GREEN value IS 73 (28.91% from 255) = 22.46%

 BLUE value IS 232 (91.02% from 255) = 71.38%

R = 6.15%
G = 22.46%
B = 71.38%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1449E8 (or 0x1449E8) is known color: Cerulean Blue. HEX triplet: 14, 49 and E8. RGB value is (20,73,232). Sum of RGB (Red+Green+Blue) = 20+73+232=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 232 (91.02% from 255 or 71.38% from 325); Max value from RGB is 232 - color contains mainly: blue. Hex color #1449E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1449E8 is #EBB617. Grayscale: #4A4A4A. Windows color (decimal): -15447576 or 15223060. OLE color: 15223060.

HSL color Cylindrical-coordinate representation of color #1449E8: hue angle of 225º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1449E8 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 73 232 -
CMYK 0.91 0.69 0 0.09
HSL 225º 0.84% 0.49% -
HSV(B) 225º 0.91% 0.91% -
XYZ 17.24 10.74 77.51 -
YUV 75.28 216.44 88.57 -
System Red Green Blue C M Y K H S L
Decimal 20 73 232 0.91 0.69 0 0.09 225 0.84 0.49
Hex 14 49 E8 5B 45 0 9 E1 54 31
Octal 24 111 350 133 105 0 11 341 124 61
Binary 10100 1001001 11101000 1011011 1000101 0 1001 11100001 1010100 110001

Color Harmonies of #1449E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1449E8

Black with #1449E8

Text Example


Text Example

White with #1449E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1449E8; }

 p { color: rgb(20,73,232); }

 H1.HeaderClassName
 {
   color: #1449E8;
 }
 .AnyTagClassName
 {
   color: #1449E8;
 }
</style>

background-color css

<style>
 a { background-color: #1449E8; }

 a { background-color: rgb(20,73,232); }

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

border-color css

<style>
 span { border-color: #1449E8; }

 span { border-color: rgb(20,73,232); }

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