Html Css Color HEX #144BFB Royal Blue

📋 copy color: '#144BFB'

red 20 ◦ green 75 ◦ blue 251

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

Shades of Royal Blue #144BFB

Tints of Royal Blue #144BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.68%

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

R = 5.78%
G = 21.68%
B = 72.54%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#144BFB (or 0x144BFB) is known color: Royal Blue. HEX triplet: 14, 4B and FB. RGB value is (20,75,251). Sum of RGB (Red+Green+Blue) = 20+75+251=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #144BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144BFB is #EBB404. Grayscale: #4D4D4D. Windows color (decimal): -15447045 or 16468756. OLE color: 16468756.

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

Color convert

RGB 20 75 251 -
CMYK 0.92 0.70 0 0.02
HSL 225.71º 0.97% 0.53% -
HSV(B) 225.71º 0.92% 0.98% -
XYZ 20.22 12.15 92.55 -
YUV 78.62 225.28 86.19 -
System Red Green Blue C M Y K H S L
Decimal 20 75 251 0.92 0.70 0 0.02 225.71 0.97 0.53
Hex 14 4B FB 5C 46 0 2 E2 61 35
Octal 24 113 373 134 106 0 2 342 141 65
Binary 10100 1001011 11111011 1011100 1000110 0 10 11100010 1100001 110101

Color Harmonies of #144BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BFB

Black with #144BFB

Text Example


Text Example

White with #144BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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