Html Css Color HEX #144CF9 Royal Blue

📋 copy color: '#144CF9'

red 20 ◦ green 76 ◦ blue 249

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

Shades of Royal Blue #144CF9

Tints of Royal Blue #144CF9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.03%

 BLUE value IS 249 (97.66% from 255) = 72.17%

R = 5.8%
G = 22.03%
B = 72.17%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#144CF9 (or 0x144CF9) is known color: Royal Blue. HEX triplet: 14, 4C and F9. RGB value is (20,76,249). Sum of RGB (Red+Green+Blue) = 20+76+249=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 249 (97.66% from 255 or 72.17% from 345); Max value from RGB is 249 - color contains mainly: blue. Hex color #144CF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144CF9 is #EBB306. Grayscale: #4E4E4E. Windows color (decimal): -15446791 or 16337940. OLE color: 16337940.

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

Color convert

RGB 20 76 249 -
CMYK 0.92 0.69 0 0.02
HSL 225.33º 0.95% 0.53% -
HSV(B) 225.33º 0.92% 0.98% -
XYZ 19.97 12.16 90.92 -
YUV 78.98 223.95 85.93 -
System Red Green Blue C M Y K H S L
Decimal 20 76 249 0.92 0.69 0 0.02 225.33 0.95 0.53
Hex 14 4C F9 5C 45 0 2 E1 5F 35
Octal 24 114 371 134 105 0 2 341 137 65
Binary 10100 1001100 11111001 1011100 1000101 0 10 11100001 1011111 110101

Color Harmonies of #144CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CF9

Black with #144CF9

Text Example


Text Example

White with #144CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,76,249); }

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

background-color css

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

 a { background-color: rgb(20,76,249); }

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

border-color css

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

 span { border-color: rgb(20,76,249); }

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