Html Css Color HEX #144BD5 Cerulean Blue

📋 copy color: '#144BD5'

red 20 ◦ green 75 ◦ blue 213

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

Shades of Cerulean Blue #144BD5

Tints of Cerulean Blue #144BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 69.16%

R = 6.49%
G = 24.35%
B = 69.16%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#144BD5 (or 0x144BD5) is known color: Cerulean Blue. HEX triplet: 14, 4B and D5. RGB value is (20,75,213). Sum of RGB (Red+Green+Blue) = 20+75+213=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 213 (83.59% from 255 or 69.16% from 308); Max value from RGB is 213 - color contains mainly: blue. Hex color #144BD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BD5 is #EBB42A. Grayscale: #494949. Windows color (decimal): -15447083 or 13978388. OLE color: 13978388.

HSL color Cylindrical-coordinate representation of color #144BD5: hue angle of 222.9º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144BD5 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 75 213 -
CMYK 0.91 0.65 0 0.16
HSL 222.9º 0.83% 0.46% -
HSV(B) 222.9º 0.91% 0.84% -
XYZ 14.81 9.98 64.1 -
YUV 74.29 206.28 89.28 -
System Red Green Blue C M Y K H S L
Decimal 20 75 213 0.91 0.65 0 0.16 222.9 0.83 0.46
Hex 14 4B D5 5B 41 0 10 DF 53 2E
Octal 24 113 325 133 101 0 20 337 123 56
Binary 10100 1001011 11010101 1011011 1000001 0 10000 11011111 1010011 101110

Color Harmonies of #144BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BD5

Black with #144BD5

Text Example


Text Example

White with #144BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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