Html Css Color HEX #144CD0 Cerulean Blue

📋 copy color: '#144CD0'

red 20 ◦ green 76 ◦ blue 208

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

Shades of Cerulean Blue #144CD0

Tints of Cerulean Blue #144CD0

RGB

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

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

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

R = 6.58%
G = 25%
B = 68.42%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#144CD0 (or 0x144CD0) is known color: Cerulean Blue. HEX triplet: 14, 4C and D0. RGB value is (20,76,208). Sum of RGB (Red+Green+Blue) = 20+76+208=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 208 (81.64% from 255 or 68.42% from 304); Max value from RGB is 208 - color contains mainly: blue. Hex color #144CD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CD0 is #EBB32F. Grayscale: #494949. Windows color (decimal): -15446832 or 13650964. OLE color: 13650964.

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

Color convert

RGB 20 76 208 -
CMYK 0.90 0.63 0 0.18
HSL 222.13º 0.82% 0.45% -
HSV(B) 222.13º 0.9% 0.82% -
XYZ 14.26 9.87 60.83 -
YUV 74.3 203.45 89.27 -
System Red Green Blue C M Y K H S L
Decimal 20 76 208 0.90 0.63 0 0.18 222.13 0.82 0.45
Hex 14 4C D0 5A 3F 0 12 DE 52 2D
Octal 24 114 320 132 77 0 22 336 122 55
Binary 10100 1001100 11010000 1011010 111111 0 10010 11011110 1010010 101101

Color Harmonies of #144CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CD0

Black with #144CD0

Text Example


Text Example

White with #144CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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