Html Css Color HEX #144FFA Royal Blue

📋 copy color: '#144FFA'

red 20 ◦ green 79 ◦ blue 250

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

Shades of Royal Blue #144FFA

Tints of Royal Blue #144FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.63%

R = 5.73%
G = 22.64%
B = 71.63%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#144FFA (or 0x144FFA) is known color: Royal Blue. HEX triplet: 14, 4F and FA. RGB value is (20,79,250). Sum of RGB (Red+Green+Blue) = 20+79+250=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #144FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144FFA is #EBB005. Grayscale: #505050. Windows color (decimal): -15446022 or 16404244. OLE color: 16404244.

HSL color Cylindrical-coordinate representation of color #144FFA: hue angle of 224.61º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144FFA is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 79 250 -
CMYK 0.92 0.68 0 0.02
HSL 224.61º 0.96% 0.53% -
HSV(B) 224.61º 0.92% 0.98% -
XYZ 20.34 12.64 91.81 -
YUV 80.85 223.45 84.6 -
System Red Green Blue C M Y K H S L
Decimal 20 79 250 0.92 0.68 0 0.02 224.61 0.96 0.53
Hex 14 4F FA 5C 44 0 2 E1 60 35
Octal 24 117 372 134 104 0 2 341 140 65
Binary 10100 1001111 11111010 1011100 1000100 0 10 11100001 1100000 110101

Color Harmonies of #144FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144FFA

Black with #144FFA

Text Example


Text Example

White with #144FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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