Html Css Color HEX #144AFB Royal Blue

📋 copy color: '#144AFB'

red 20 ◦ green 74 ◦ blue 251

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

Shades of Royal Blue #144AFB

Tints of Royal Blue #144AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

 BLUE value IS 251 (98.44% from 255) = 72.75%

R = 5.8%
G = 21.45%
B = 72.75%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#144AFB (or 0x144AFB) is known color: Royal Blue. HEX triplet: 14, 4A and FB. RGB value is (20,74,251). Sum of RGB (Red+Green+Blue) = 20+74+251=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #144AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144AFB is #EBB504. Grayscale: #4D4D4D. Windows color (decimal): -15447301 or 16468500. OLE color: 16468500.

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

Color convert

RGB 20 74 251 -
CMYK 0.92 0.71 0 0.02
HSL 225.97º 0.97% 0.53% -
HSV(B) 225.97º 0.92% 0.98% -
XYZ 20.15 12.01 92.52 -
YUV 78.03 225.61 86.61 -
System Red Green Blue C M Y K H S L
Decimal 20 74 251 0.92 0.71 0 0.02 225.97 0.97 0.53
Hex 14 4A FB 5C 47 0 2 E2 61 35
Octal 24 112 373 134 107 0 2 342 141 65
Binary 10100 1001010 11111011 1011100 1000111 0 10 11100010 1100001 110101

Color Harmonies of #144AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144AFB

Black with #144AFB

Text Example


Text Example

White with #144AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,74,251); }

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

background-color css

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

 a { background-color: rgb(20,74,251); }

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

border-color css

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

 span { border-color: rgb(20,74,251); }

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