Html Css Color HEX #144DFC Royal Blue

📋 copy color: '#144DFC'

red 20 ◦ green 77 ◦ blue 252

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

Shades of Royal Blue #144DFC

Tints of Royal Blue #144DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.06%

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

R = 5.73%
G = 22.06%
B = 72.21%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#144DFC (or 0x144DFC) is known color: Royal Blue. HEX triplet: 14, 4D and FC. RGB value is (20,77,252). Sum of RGB (Red+Green+Blue) = 20+77+252=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 252 (98.83% from 255 or 72.21% from 349); Max value from RGB is 252 - color contains mainly: blue. Hex color #144DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144DFC is #EBB203. Grayscale: #4F4F4F. Windows color (decimal): -15446532 or 16534804. OLE color: 16534804.

HSL color Cylindrical-coordinate representation of color #144DFC: hue angle of 225.26º 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 #144DFC is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 77 252 -
CMYK 0.92 0.69 0 0.01
HSL 225.26º 0.97% 0.53% -
HSV(B) 225.26º 0.92% 0.99% -
XYZ 20.51 12.48 93.42 -
YUV 79.91 225.12 85.27 -
System Red Green Blue C M Y K H S L
Decimal 20 77 252 0.92 0.69 0 0.01 225.26 0.97 0.53
Hex 14 4D FC 5C 45 0 1 E1 61 35
Octal 24 115 374 134 105 0 1 341 141 65
Binary 10100 1001101 11111100 1011100 1000101 0 1 11100001 1100001 110101

Color Harmonies of #144DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144DFC

Black with #144DFC

Text Example


Text Example

White with #144DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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