Html Css Color HEX #1458FF Royal Blue

📋 copy color: '#1458FF'

red 20 ◦ green 88 ◦ blue 255

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

Shades of Royal Blue #1458FF

Tints of Royal Blue #1458FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.24%

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

R = 5.51%
G = 24.24%
B = 70.25%

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

#1458FF (or 0x1458FF) is known color: Royal Blue. HEX triplet: 14, 58 and FF. RGB value is (20,88,255). Sum of RGB (Red+Green+Blue) = 20+88+255=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #1458FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1458FF is #EBA700. Grayscale: #555555. Windows color (decimal): -15443713 or 16734228. OLE color: 16734228.

HSL color Cylindrical-coordinate representation of color #1458FF: hue angle of 222.64º 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 #1458FF is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 20 88 255 -
CMYK 0.92 0.65 0 0
HSL 222.64º 1% 0.54% -
HSV(B) 222.64º 0.92% 1% -
XYZ 21.83 14.35 96.23 -
YUV 86.71 222.97 80.42 -
System Red Green Blue C M Y K H S L
Decimal 20 88 255 0.92 0.65 0 0 222.64 1 0.54
Hex 14 58 FF 5C 41 0 0 DF 64 36
Octal 24 130 377 134 101 0 0 337 144 66
Binary 10100 1011000 11111111 1011100 1000001 0 0 11011111 1100100 110110

Color Harmonies of #1458FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1458FF

Black with #1458FF

Text Example


Text Example

White with #1458FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1458FF; }

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

 H1.HeaderClassName
 {
   color: #1458FF;
 }
 .AnyTagClassName
 {
   color: #1458FF;
 }
</style>

background-color css

<style>
 a { background-color: #1458FF; }

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

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

border-color css

<style>
 span { border-color: #1458FF; }

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

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