Html Css Color HEX #144CD2 Cerulean Blue

📋 copy color: '#144CD2'

red 20 ◦ green 76 ◦ blue 210

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

Shades of Cerulean Blue #144CD2

Tints of Cerulean Blue #144CD2

RGB

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

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

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

R = 6.54%
G = 24.84%
B = 68.63%

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

#144CD2 (or 0x144CD2) is known color: Cerulean Blue. HEX triplet: 14, 4C and D2. RGB value is (20,76,210). Sum of RGB (Red+Green+Blue) = 20+76+210=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 210 (82.42% from 255 or 68.63% from 306); Max value from RGB is 210 - color contains mainly: blue. Hex color #144CD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CD2 is #EBB32D. Grayscale: #494949. Windows color (decimal): -15446830 or 13782036. OLE color: 13782036.

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

Color convert

RGB 20 76 210 -
CMYK 0.90 0.64 0 0.18
HSL 222.32º 0.83% 0.45% -
HSV(B) 222.32º 0.9% 0.82% -
XYZ 14.51 9.97 62.13 -
YUV 74.53 204.45 89.1 -
System Red Green Blue C M Y K H S L
Decimal 20 76 210 0.90 0.64 0 0.18 222.32 0.83 0.45
Hex 14 4C D2 5A 40 0 12 DE 53 2D
Octal 24 114 322 132 100 0 22 336 123 55
Binary 10100 1001100 11010010 1011010 1000000 0 10010 11011110 1010011 101101

Color Harmonies of #144CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CD2

Black with #144CD2

Text Example


Text Example

White with #144CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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