Html Css Color HEX #1358FE Royal Blue

📋 copy color: '#1358FE'

red 19 ◦ green 88 ◦ blue 254

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

Shades of Royal Blue #1358FE

Tints of Royal Blue #1358FE

RGB

 RED value IS 19 (7.81% from 255) = 5.26%

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

 BLUE value IS 254 (99.61% from 255) = 70.36%

R = 5.26%
G = 24.38%
B = 70.36%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1358FE (or 0x1358FE) is known color: Royal Blue. HEX triplet: 13, 58 and FE. RGB value is (19,88,254). Sum of RGB (Red+Green+Blue) = 19+88+254=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #1358FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1358FE is #ECA701. Grayscale: #555555. Windows color (decimal): -15509250 or 16668691. OLE color: 16668691.

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

Color convert

RGB 19 88 254 -
CMYK 0.93 0.65 0 0.00
HSL 222.38º 0.99% 0.54% -
HSV(B) 222.38º 0.93% 1% -
XYZ 21.65 14.27 95.38 -
YUV 86.29 222.64 80 -
System Red Green Blue C M Y K H S L
Decimal 19 88 254 0.93 0.65 0 0.00 222.38 0.99 0.54
Hex 13 58 FE 5D 41 0 0 DE 63 36
Octal 23 130 376 135 101 0 0 336 143 66
Binary 10011 1011000 11111110 1011101 1000001 0 0 11011110 1100011 110110

Color Harmonies of #1358FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1358FE

Black with #1358FE

Text Example


Text Example

White with #1358FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1358FE; }

 p { color: rgb(19,88,254); }

 H1.HeaderClassName
 {
   color: #1358FE;
 }
 .AnyTagClassName
 {
   color: #1358FE;
 }
</style>

background-color css

<style>
 a { background-color: #1358FE; }

 a { background-color: rgb(19,88,254); }

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

border-color css

<style>
 span { border-color: #1358FE; }

 span { border-color: rgb(19,88,254); }

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