Html Css Color HEX #144BFC Royal Blue

📋 copy color: '#144BFC'

red 20 ◦ green 75 ◦ blue 252

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

Shades of Royal Blue #144BFC

Tints of Royal Blue #144BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72.62%

R = 5.76%
G = 21.61%
B = 72.62%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#144BFC (or 0x144BFC) is known color: Royal Blue. HEX triplet: 14, 4B and FC. RGB value is (20,75,252). Sum of RGB (Red+Green+Blue) = 20+75+252=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 252 (98.83% from 255 or 72.62% from 347); Max value from RGB is 252 - color contains mainly: blue. Hex color #144BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144BFC is #EBB403. Grayscale: #4D4D4D. Windows color (decimal): -15447044 or 16534292. OLE color: 16534292.

HSL color Cylindrical-coordinate representation of color #144BFC: hue angle of 225.78º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144BFC is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 75 252 -
CMYK 0.92 0.70 0 0.01
HSL 225.78º 0.97% 0.53% -
HSV(B) 225.78º 0.92% 0.99% -
XYZ 20.38 12.21 93.38 -
YUV 78.73 225.78 86.11 -
System Red Green Blue C M Y K H S L
Decimal 20 75 252 0.92 0.70 0 0.01 225.78 0.97 0.53
Hex 14 4B FC 5C 46 0 1 E2 61 35
Octal 24 113 374 134 106 0 1 342 141 65
Binary 10100 1001011 11111100 1011100 1000110 0 1 11100010 1100001 110101

Color Harmonies of #144BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BFC

Black with #144BFC

Text Example


Text Example

White with #144BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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