Html Css Color HEX #144BD2 Cerulean Blue

📋 copy color: '#144BD2'

red 20 ◦ green 75 ◦ blue 210

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

Shades of Cerulean Blue #144BD2

Tints of Cerulean Blue #144BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 68.85%

R = 6.56%
G = 24.59%
B = 68.85%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#144BD2 (or 0x144BD2) is known color: Cerulean Blue. HEX triplet: 14, 4B and D2. RGB value is (20,75,210). Sum of RGB (Red+Green+Blue) = 20+75+210=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 210 (82.42% from 255 or 68.85% from 305); Max value from RGB is 210 - color contains mainly: blue. Hex color #144BD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BD2 is #EBB42D. Grayscale: #494949. Windows color (decimal): -15447086 or 13781780. OLE color: 13781780.

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

Color convert

RGB 20 75 210 -
CMYK 0.90 0.64 0 0.18
HSL 222.63º 0.83% 0.45% -
HSV(B) 222.63º 0.9% 0.82% -
XYZ 14.44 9.83 62.11 -
YUV 73.95 204.78 89.52 -
System Red Green Blue C M Y K H S L
Decimal 20 75 210 0.90 0.64 0 0.18 222.63 0.83 0.45
Hex 14 4B D2 5A 40 0 12 DF 53 2D
Octal 24 113 322 132 100 0 22 337 123 55
Binary 10100 1001011 11010010 1011010 1000000 0 10010 11011111 1010011 101101

Color Harmonies of #144BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BD2

Black with #144BD2

Text Example


Text Example

White with #144BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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