Html Css Color HEX #144BCE Cerulean Blue

📋 copy color: '#144BCE'

red 20 ◦ green 75 ◦ blue 206

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

Shades of Cerulean Blue #144BCE

Tints of Cerulean Blue #144BCE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.92%

 BLUE value IS 206 (80.86% from 255) = 68.44%

R = 6.64%
G = 24.92%
B = 68.44%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#144BCE (or 0x144BCE) is known color: Cerulean Blue. HEX triplet: 14, 4B and CE. RGB value is (20,75,206). Sum of RGB (Red+Green+Blue) = 20+75+206=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #144BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BCE is #EBB431. Grayscale: #484848. Windows color (decimal): -15447090 or 13519636. OLE color: 13519636.

HSL color Cylindrical-coordinate representation of color #144BCE: hue angle of 222.26º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144BCE is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 75 206 -
CMYK 0.90 0.64 0 0.19
HSL 222.26º 0.82% 0.44% -
HSV(B) 222.26º 0.9% 0.81% -
XYZ 13.95 9.64 59.52 -
YUV 73.49 202.78 89.85 -
System Red Green Blue C M Y K H S L
Decimal 20 75 206 0.90 0.64 0 0.19 222.26 0.82 0.44
Hex 14 4B CE 5A 40 0 13 DE 52 2C
Octal 24 113 316 132 100 0 23 336 122 54
Binary 10100 1001011 11001110 1011010 1000000 0 10011 11011110 1010010 101100

Color Harmonies of #144BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BCE

Black with #144BCE

Text Example


Text Example

White with #144BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,75,206); }

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

background-color css

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

 a { background-color: rgb(20,75,206); }

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

border-color css

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

 span { border-color: rgb(20,75,206); }

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