Html Css Color HEX #1359FC Royal Blue

📋 copy color: '#1359FC'

red 19 ◦ green 89 ◦ blue 252

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

Shades of Royal Blue #1359FC

Tints of Royal Blue #1359FC

RGB

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

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

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

R = 5.28%
G = 24.72%
B = 70%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1359FC (or 0x1359FC) is known color: Royal Blue. HEX triplet: 13, 59 and FC. RGB value is (19,89,252). Sum of RGB (Red+Green+Blue) = 19+89+252=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #1359FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1359FC is #ECA603. Grayscale: #555555. Windows color (decimal): -15508996 or 16537875. OLE color: 16537875.

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

Color convert

RGB 19 89 252 -
CMYK 0.92 0.65 0 0.01
HSL 221.97º 0.97% 0.53% -
HSV(B) 221.97º 0.92% 0.99% -
XYZ 21.41 14.31 93.73 -
YUV 86.65 221.31 79.75 -
System Red Green Blue C M Y K H S L
Decimal 19 89 252 0.92 0.65 0 0.01 221.97 0.97 0.53
Hex 13 59 FC 5C 41 0 1 DE 61 35
Octal 23 131 374 134 101 0 1 336 141 65
Binary 10011 1011001 11111100 1011100 1000001 0 1 11011110 1100001 110101

Color Harmonies of #1359FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1359FC

Black with #1359FC

Text Example


Text Example

White with #1359FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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