Html Css Color HEX #145DFA Royal Blue

📋 copy color: '#145DFA'

red 20 ◦ green 93 ◦ blue 250

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

Shades of Royal Blue #145DFA

Tints of Royal Blue #145DFA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

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

R = 5.51%
G = 25.62%
B = 68.87%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#145DFA (or 0x145DFA) is known color: Royal Blue. HEX triplet: 14, 5D and FA. RGB value is (20,93,250). Sum of RGB (Red+Green+Blue) = 20+93+250=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #145DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145DFA is #EBA205. Grayscale: #585858. Windows color (decimal): -15442438 or 16407828. OLE color: 16407828.

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

Color convert

RGB 20 93 250 -
CMYK 0.92 0.63 0 0.02
HSL 220.96º 0.96% 0.53% -
HSV(B) 220.96º 0.92% 0.98% -
XYZ 21.46 14.88 92.18 -
YUV 89.07 218.82 78.73 -
System Red Green Blue C M Y K H S L
Decimal 20 93 250 0.92 0.63 0 0.02 220.96 0.96 0.53
Hex 14 5D FA 5C 3F 0 2 DD 60 35
Octal 24 135 372 134 77 0 2 335 140 65
Binary 10100 1011101 11111010 1011100 111111 0 10 11011101 1100000 110101

Color Harmonies of #145DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145DFA

Black with #145DFA

Text Example


Text Example

White with #145DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145DFA; }

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

 H1.HeaderClassName
 {
   color: #145DFA;
 }
 .AnyTagClassName
 {
   color: #145DFA;
 }
</style>

background-color css

<style>
 a { background-color: #145DFA; }

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

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

border-color css

<style>
 span { border-color: #145DFA; }

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

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