Html Css Color HEX #145CFC Royal Blue

📋 copy color: '#145CFC'

red 20 ◦ green 92 ◦ blue 252

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

Shades of Royal Blue #145CFC

Tints of Royal Blue #145CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 69.23%

R = 5.49%
G = 25.27%
B = 69.23%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#145CFC (or 0x145CFC) is known color: Royal Blue. HEX triplet: 14, 5C and FC. RGB value is (20,92,252). Sum of RGB (Red+Green+Blue) = 20+92+252=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #145CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145CFC is #EBA303. Grayscale: #585858. Windows color (decimal): -15442692 or 16538644. OLE color: 16538644.

HSL color Cylindrical-coordinate representation of color #145CFC: hue angle of 221.38º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145CFC is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 92 252 -
CMYK 0.92 0.63 0 0.01
HSL 221.38º 0.97% 0.53% -
HSV(B) 221.38º 0.92% 0.99% -
XYZ 21.69 14.83 93.82 -
YUV 88.71 220.15 78.99 -
System Red Green Blue C M Y K H S L
Decimal 20 92 252 0.92 0.63 0 0.01 221.38 0.97 0.53
Hex 14 5C FC 5C 3F 0 1 DD 61 35
Octal 24 134 374 134 77 0 1 335 141 65
Binary 10100 1011100 11111100 1011100 111111 0 1 11011101 1100001 110101

Color Harmonies of #145CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145CFC

Black with #145CFC

Text Example


Text Example

White with #145CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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