Html Css Color HEX #144FFE Royal Blue

📋 copy color: '#144FFE'

red 20 ◦ green 79 ◦ blue 254

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

Shades of Royal Blue #144FFE

Tints of Royal Blue #144FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 71.95%

R = 5.67%
G = 22.38%
B = 71.95%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#144FFE (or 0x144FFE) is known color: Royal Blue. HEX triplet: 14, 4F and FE. RGB value is (20,79,254). Sum of RGB (Red+Green+Blue) = 20+79+254=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #144FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144FFE is #EBB001. Grayscale: #505050. Windows color (decimal): -15446018 or 16666388. OLE color: 16666388.

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

Color convert

RGB 20 79 254 -
CMYK 0.92 0.69 0 0.00
HSL 224.87º 0.99% 0.54% -
HSV(B) 224.87º 0.92% 1% -
XYZ 20.97 12.9 95.15 -
YUV 81.31 225.45 84.27 -
System Red Green Blue C M Y K H S L
Decimal 20 79 254 0.92 0.69 0 0.00 224.87 0.99 0.54
Hex 14 4F FE 5C 45 0 0 E1 63 36
Octal 24 117 376 134 105 0 0 341 143 66
Binary 10100 1001111 11111110 1011100 1000101 0 0 11100001 1100011 110110

Color Harmonies of #144FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144FFE

Black with #144FFE

Text Example


Text Example

White with #144FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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