Html Css Color HEX #144CE7 Cerulean Blue

📋 copy color: '#144CE7'

red 20 ◦ green 76 ◦ blue 231

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

Shades of Cerulean Blue #144CE7

Tints of Cerulean Blue #144CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 70.64%

R = 6.12%
G = 23.24%
B = 70.64%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#144CE7 (or 0x144CE7) is known color: Cerulean Blue. HEX triplet: 14, 4C and E7. RGB value is (20,76,231). Sum of RGB (Red+Green+Blue) = 20+76+231=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 231 (90.62% from 255 or 70.64% from 327); Max value from RGB is 231 - color contains mainly: blue. Hex color #144CE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144CE7 is #EBB318. Grayscale: #4C4C4C. Windows color (decimal): -15446809 or 15158292. OLE color: 15158292.

HSL color Cylindrical-coordinate representation of color #144CE7: hue angle of 224.08º 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 #144CE7 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 76 231 -
CMYK 0.91 0.67 0 0.09
HSL 224.08º 0.84% 0.49% -
HSV(B) 224.08º 0.91% 0.91% -
XYZ 17.3 11.09 76.83 -
YUV 76.93 214.95 87.4 -
System Red Green Blue C M Y K H S L
Decimal 20 76 231 0.91 0.67 0 0.09 224.08 0.84 0.49
Hex 14 4C E7 5B 43 0 9 E0 54 31
Octal 24 114 347 133 103 0 11 340 124 61
Binary 10100 1001100 11100111 1011011 1000011 0 1001 11100000 1010100 110001

Color Harmonies of #144CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CE7

Black with #144CE7

Text Example


Text Example

White with #144CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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