Html Css Color HEX #144BD0 Cerulean Blue

📋 copy color: '#144BD0'

red 20 ◦ green 75 ◦ blue 208

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

Shades of Cerulean Blue #144BD0

Tints of Cerulean Blue #144BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 68.65%

R = 6.6%
G = 24.75%
B = 68.65%

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

#144BD0 (or 0x144BD0) is known color: Cerulean Blue. HEX triplet: 14, 4B and D0. RGB value is (20,75,208). Sum of RGB (Red+Green+Blue) = 20+75+208=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 208 (81.64% from 255 or 68.65% from 303); Max value from RGB is 208 - color contains mainly: blue. Hex color #144BD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BD0 is #EBB42F. Grayscale: #494949. Windows color (decimal): -15447088 or 13650708. OLE color: 13650708.

HSL color Cylindrical-coordinate representation of color #144BD0: hue angle of 222.45º degrees, saturation: 0.82, 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 #144BD0 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 75 208 -
CMYK 0.90 0.64 0 0.18
HSL 222.45º 0.82% 0.45% -
HSV(B) 222.45º 0.9% 0.82% -
XYZ 14.19 9.73 60.81 -
YUV 73.72 203.78 89.69 -
System Red Green Blue C M Y K H S L
Decimal 20 75 208 0.90 0.64 0 0.18 222.45 0.82 0.45
Hex 14 4B D0 5A 40 0 12 DE 52 2D
Octal 24 113 320 132 100 0 22 336 122 55
Binary 10100 1001011 11010000 1011010 1000000 0 10010 11011110 1010010 101101

Color Harmonies of #144BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BD0

Black with #144BD0

Text Example


Text Example

White with #144BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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