Html Css Color HEX #144BCF Cerulean Blue

📋 copy color: '#144BCF'

red 20 ◦ green 75 ◦ blue 207

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

Shades of Cerulean Blue #144BCF

Tints of Cerulean Blue #144BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.54%

R = 6.62%
G = 24.83%
B = 68.54%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#144BCF (or 0x144BCF) is known color: Cerulean Blue. HEX triplet: 14, 4B and CF. RGB value is (20,75,207). Sum of RGB (Red+Green+Blue) = 20+75+207=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #144BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BCF is #EBB430. Grayscale: #494949. Windows color (decimal): -15447089 or 13585172. OLE color: 13585172.

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

Color convert

RGB 20 75 207 -
CMYK 0.90 0.64 0 0.19
HSL 222.35º 0.82% 0.45% -
HSV(B) 222.35º 0.9% 0.81% -
XYZ 14.07 9.69 60.16 -
YUV 73.6 203.28 89.77 -
System Red Green Blue C M Y K H S L
Decimal 20 75 207 0.90 0.64 0 0.19 222.35 0.82 0.45
Hex 14 4B CF 5A 40 0 13 DE 52 2D
Octal 24 113 317 132 100 0 23 336 122 55
Binary 10100 1001011 11001111 1011010 1000000 0 10011 11011110 1010010 101101

Color Harmonies of #144BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BCF

Black with #144BCF

Text Example


Text Example

White with #144BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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