Html Css Color HEX #145AFF Royal Blue

📋 copy color: '#145AFF'

red 20 ◦ green 90 ◦ blue 255

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

Shades of Royal Blue #145AFF

Tints of Royal Blue #145AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.66%

 BLUE value IS 255 (100% from 255) = 69.86%

R = 5.48%
G = 24.66%
B = 69.86%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#145AFF (or 0x145AFF) is known color: Royal Blue. HEX triplet: 14, 5A and FF. RGB value is (20,90,255). Sum of RGB (Red+Green+Blue) = 20+90+255=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #145AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145AFF is #EBA500. Grayscale: #575757. Windows color (decimal): -15443201 or 16734740. OLE color: 16734740.

HSL color Cylindrical-coordinate representation of color #145AFF: hue angle of 222.13º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145AFF is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 20 90 255 -
CMYK 0.92 0.65 0 0
HSL 222.13º 1% 0.54% -
HSV(B) 222.13º 0.92% 1% -
XYZ 21.99 14.68 96.28 -
YUV 87.88 222.31 79.58 -
System Red Green Blue C M Y K H S L
Decimal 20 90 255 0.92 0.65 0 0 222.13 1 0.54
Hex 14 5A FF 5C 41 0 0 DE 64 36
Octal 24 132 377 134 101 0 0 336 144 66
Binary 10100 1011010 11111111 1011100 1000001 0 0 11011110 1100100 110110

Color Harmonies of #145AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145AFF

Black with #145AFF

Text Example


Text Example

White with #145AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,90,255); }

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

background-color css

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

 a { background-color: rgb(20,90,255); }

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

border-color css

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

 span { border-color: rgb(20,90,255); }

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