Html Css Color HEX #145CFA Royal Blue

📋 copy color: '#145CFA'

red 20 ◦ green 92 ◦ blue 250

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

Shades of Royal Blue #145CFA

Tints of Royal Blue #145CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.41%

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

R = 5.52%
G = 25.41%
B = 69.06%

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

#145CFA (or 0x145CFA) is known color: Royal Blue. HEX triplet: 14, 5C and FA. RGB value is (20,92,250). Sum of RGB (Red+Green+Blue) = 20+92+250=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #145CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145CFA is #EBA305. Grayscale: #575757. Windows color (decimal): -15442694 or 16407572. OLE color: 16407572.

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

Color convert

RGB 20 92 250 -
CMYK 0.92 0.63 0 0.02
HSL 221.22º 0.96% 0.53% -
HSV(B) 221.22º 0.92% 0.98% -
XYZ 21.37 14.71 92.15 -
YUV 88.48 219.15 79.15 -
System Red Green Blue C M Y K H S L
Decimal 20 92 250 0.92 0.63 0 0.02 221.22 0.96 0.53
Hex 14 5C FA 5C 3F 0 2 DD 60 35
Octal 24 134 372 134 77 0 2 335 140 65
Binary 10100 1011100 11111010 1011100 111111 0 10 11011101 1100000 110101

Color Harmonies of #145CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145CFA

Black with #145CFA

Text Example


Text Example

White with #145CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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