Html Css Color HEX #144FFF Royal Blue

📋 copy color: '#144FFF'

red 20 ◦ green 79 ◦ blue 255

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

Shades of Royal Blue #144FFF

Tints of Royal Blue #144FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.03%

R = 5.65%
G = 22.32%
B = 72.03%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#144FFF (or 0x144FFF) is known color: Royal Blue. HEX triplet: 14, 4F and FF. RGB value is (20,79,255). Sum of RGB (Red+Green+Blue) = 20+79+255=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #144FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144FFF is #EBB000. Grayscale: #505050. Windows color (decimal): -15446017 or 16731924. OLE color: 16731924.

HSL color Cylindrical-coordinate representation of color #144FFF: hue angle of 224.94º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144FFF is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 20 79 255 -
CMYK 0.92 0.69 0 0
HSL 224.94º 1% 0.54% -
HSV(B) 224.94º 0.92% 1% -
XYZ 21.13 12.96 96 -
YUV 81.42 225.95 84.19 -
System Red Green Blue C M Y K H S L
Decimal 20 79 255 0.92 0.69 0 0 224.94 1 0.54
Hex 14 4F FF 5C 45 0 0 E1 64 36
Octal 24 117 377 134 105 0 0 341 144 66
Binary 10100 1001111 11111111 1011100 1000101 0 0 11100001 1100100 110110

Color Harmonies of #144FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144FFF

Black with #144FFF

Text Example


Text Example

White with #144FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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