Html Css Color HEX #144FFC Royal Blue

📋 copy color: '#144FFC'

red 20 ◦ green 79 ◦ blue 252

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

Shades of Royal Blue #144FFC

Tints of Royal Blue #144FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.51%

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

R = 5.7%
G = 22.51%
B = 71.79%

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

#144FFC (or 0x144FFC) is known color: Royal Blue. HEX triplet: 14, 4F and FC. RGB value is (20,79,252). Sum of RGB (Red+Green+Blue) = 20+79+252=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #144FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144FFC is #EBB003. Grayscale: #505050. Windows color (decimal): -15446020 or 16535316. OLE color: 16535316.

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

Color convert

RGB 20 79 252 -
CMYK 0.92 0.69 0 0.01
HSL 224.74º 0.97% 0.53% -
HSV(B) 224.74º 0.92% 0.99% -
XYZ 20.66 12.77 93.47 -
YUV 81.08 224.45 84.43 -
System Red Green Blue C M Y K H S L
Decimal 20 79 252 0.92 0.69 0 0.01 224.74 0.97 0.53
Hex 14 4F FC 5C 45 0 1 E1 61 35
Octal 24 117 374 134 105 0 1 341 141 65
Binary 10100 1001111 11111100 1011100 1000101 0 1 11100001 1100001 110101

Color Harmonies of #144FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144FFC

Black with #144FFC

Text Example


Text Example

White with #144FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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