Html Css Color HEX #144DFD Royal Blue

📋 copy color: '#144DFD'

red 20 ◦ green 77 ◦ blue 253

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

Shades of Royal Blue #144DFD

Tints of Royal Blue #144DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22%

 BLUE value IS 253 (99.22% from 255) = 72.29%

R = 5.71%
G = 22%
B = 72.29%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#144DFD (or 0x144DFD) is known color: Royal Blue. HEX triplet: 14, 4D and FD. RGB value is (20,77,253). Sum of RGB (Red+Green+Blue) = 20+77+253=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 253 (99.22% from 255 or 72.29% from 350); Max value from RGB is 253 - color contains mainly: blue. Hex color #144DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144DFD is #EBB202. Grayscale: #4F4F4F. Windows color (decimal): -15446531 or 16600340. OLE color: 16600340.

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

Color convert

RGB 20 77 253 -
CMYK 0.92 0.70 0 0.01
HSL 225.32º 0.98% 0.54% -
HSV(B) 225.32º 0.92% 0.99% -
XYZ 20.67 12.55 94.26 -
YUV 80.02 225.62 85.19 -
System Red Green Blue C M Y K H S L
Decimal 20 77 253 0.92 0.70 0 0.01 225.32 0.98 0.54
Hex 14 4D FD 5C 46 0 1 E1 62 36
Octal 24 115 375 134 106 0 1 341 142 66
Binary 10100 1001101 11111101 1011100 1000110 0 1 11100001 1100010 110110

Color Harmonies of #144DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144DFD

Black with #144DFD

Text Example


Text Example

White with #144DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,77,253); }

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

background-color css

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

 a { background-color: rgb(20,77,253); }

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

border-color css

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

 span { border-color: rgb(20,77,253); }

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