Html Css Color HEX #145CFD Royal Blue

📋 copy color: '#145CFD'

red 20 ◦ green 92 ◦ blue 253

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

Shades of Royal Blue #145CFD

Tints of Royal Blue #145CFD

RGB

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

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

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

R = 5.48%
G = 25.21%
B = 69.32%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#145CFD (or 0x145CFD) is known color: Royal Blue. HEX triplet: 14, 5C and FD. RGB value is (20,92,253). Sum of RGB (Red+Green+Blue) = 20+92+253=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #145CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145CFD is #EBA302. Grayscale: #585858. Windows color (decimal): -15442691 or 16604180. OLE color: 16604180.

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

Color convert

RGB 20 92 253 -
CMYK 0.92 0.64 0 0.01
HSL 221.46º 0.98% 0.54% -
HSV(B) 221.46º 0.92% 0.99% -
XYZ 21.85 14.89 94.65 -
YUV 88.83 220.65 78.91 -
System Red Green Blue C M Y K H S L
Decimal 20 92 253 0.92 0.64 0 0.01 221.46 0.98 0.54
Hex 14 5C FD 5C 40 0 1 DD 62 36
Octal 24 134 375 134 100 0 1 335 142 66
Binary 10100 1011100 11111101 1011100 1000000 0 1 11011101 1100010 110110

Color Harmonies of #145CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145CFD

Black with #145CFD

Text Example


Text Example

White with #145CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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