Html Css Color HEX #144CFA Royal Blue

📋 copy color: '#144CFA'

red 20 ◦ green 76 ◦ blue 250

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

Shades of Royal Blue #144CFA

Tints of Royal Blue #144CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 72.25%

R = 5.78%
G = 21.97%
B = 72.25%

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

#144CFA (or 0x144CFA) is known color: Royal Blue. HEX triplet: 14, 4C and FA. RGB value is (20,76,250). Sum of RGB (Red+Green+Blue) = 20+76+250=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #144CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144CFA is #EBB305. Grayscale: #4E4E4E. Windows color (decimal): -15446790 or 16403476. OLE color: 16403476.

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

Color convert

RGB 20 76 250 -
CMYK 0.92 0.70 0 0.02
HSL 225.39º 0.96% 0.53% -
HSV(B) 225.39º 0.92% 0.98% -
XYZ 20.13 12.22 91.74 -
YUV 79.09 224.45 85.85 -
System Red Green Blue C M Y K H S L
Decimal 20 76 250 0.92 0.70 0 0.02 225.39 0.96 0.53
Hex 14 4C FA 5C 46 0 2 E1 60 35
Octal 24 114 372 134 106 0 2 341 140 65
Binary 10100 1001100 11111010 1011100 1000110 0 10 11100001 1100000 110101

Color Harmonies of #144CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CFA

Black with #144CFA

Text Example


Text Example

White with #144CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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