Html Css Color HEX #1359FE Royal Blue

📋 copy color: '#1359FE'

red 19 ◦ green 89 ◦ blue 254

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

Shades of Royal Blue #1359FE

Tints of Royal Blue #1359FE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.59%

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

R = 5.25%
G = 24.59%
B = 70.17%

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

#1359FE (or 0x1359FE) is known color: Royal Blue. HEX triplet: 13, 59 and FE. RGB value is (19,89,254). Sum of RGB (Red+Green+Blue) = 19+89+254=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #1359FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1359FE is #ECA601. Grayscale: #565656. Windows color (decimal): -15508994 or 16668947. OLE color: 16668947.

HSL color Cylindrical-coordinate representation of color #1359FE: hue angle of 222.13º 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 #1359FE is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 89 254 -
CMYK 0.93 0.65 0 0.00
HSL 222.13º 0.99% 0.54% -
HSV(B) 222.13º 0.93% 1% -
XYZ 21.73 14.44 95.41 -
YUV 86.88 222.31 79.58 -
System Red Green Blue C M Y K H S L
Decimal 19 89 254 0.93 0.65 0 0.00 222.13 0.99 0.54
Hex 13 59 FE 5D 41 0 0 DE 63 36
Octal 23 131 376 135 101 0 0 336 143 66
Binary 10011 1011001 11111110 1011101 1000001 0 0 11011110 1100011 110110

Color Harmonies of #1359FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1359FE

Black with #1359FE

Text Example


Text Example

White with #1359FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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