Html Css Color HEX #144CDE Cerulean Blue

📋 copy color: '#144CDE'

red 20 ◦ green 76 ◦ blue 222

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

Shades of Cerulean Blue #144CDE

Tints of Cerulean Blue #144CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.9%

 BLUE value IS 222 (87.11% from 255) = 69.81%

R = 6.29%
G = 23.9%
B = 69.81%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#144CDE (or 0x144CDE) is known color: Cerulean Blue. HEX triplet: 14, 4C and DE. RGB value is (20,76,222). Sum of RGB (Red+Green+Blue) = 20+76+222=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 222 (87.11% from 255 or 69.81% from 318); Max value from RGB is 222 - color contains mainly: blue. Hex color #144CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CDE is #EBB321. Grayscale: #4B4B4B. Windows color (decimal): -15446818 or 14568468. OLE color: 14568468.

HSL color Cylindrical-coordinate representation of color #144CDE: hue angle of 223.37º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144CDE is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 76 222 -
CMYK 0.91 0.66 0 0.13
HSL 223.37º 0.83% 0.47% -
HSV(B) 223.37º 0.91% 0.87% -
XYZ 16.06 10.59 70.31 -
YUV 75.9 210.45 88.13 -
System Red Green Blue C M Y K H S L
Decimal 20 76 222 0.91 0.66 0 0.13 223.37 0.83 0.47
Hex 14 4C DE 5B 42 0 D DF 53 2F
Octal 24 114 336 133 102 0 15 337 123 57
Binary 10100 1001100 11011110 1011011 1000010 0 1101 11011111 1010011 101111

Color Harmonies of #144CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CDE

Black with #144CDE

Text Example


Text Example

White with #144CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144CDE; }

 p { color: rgb(20,76,222); }

 H1.HeaderClassName
 {
   color: #144CDE;
 }
 .AnyTagClassName
 {
   color: #144CDE;
 }
</style>

background-color css

<style>
 a { background-color: #144CDE; }

 a { background-color: rgb(20,76,222); }

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

border-color css

<style>
 span { border-color: #144CDE; }

 span { border-color: rgb(20,76,222); }

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