Html Css Color HEX #1559FC Royal Blue

📋 copy color: '#1559FC'

red 21 ◦ green 89 ◦ blue 252

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

Shades of Royal Blue #1559FC

Tints of Royal Blue #1559FC

RGB

 RED value IS 21 (8.59% from 255) = 5.8%

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

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

R = 5.8%
G = 24.59%
B = 69.61%

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

#1559FC (or 0x1559FC) is known color: Royal Blue. HEX triplet: 15, 59 and FC. RGB value is (21,89,252). Sum of RGB (Red+Green+Blue) = 21+89+252=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #1559FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1559FC is #EAA603. Grayscale: #565656. Windows color (decimal): -15377924 or 16537877. OLE color: 16537877.

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

Color convert

RGB 21 89 252 -
CMYK 0.92 0.65 0 0.01
HSL 222.34º 0.97% 0.54% -
HSV(B) 222.34º 0.92% 0.99% -
XYZ 21.45 14.33 93.73 -
YUV 87.25 220.97 80.75 -
System Red Green Blue C M Y K H S L
Decimal 21 89 252 0.92 0.65 0 0.01 222.34 0.97 0.54
Hex 15 59 FC 5C 41 0 1 DE 61 36
Octal 25 131 374 134 101 0 1 336 141 66
Binary 10101 1011001 11111100 1011100 1000001 0 1 11011110 1100001 110110

Color Harmonies of #1559FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1559FC

Black with #1559FC

Text Example


Text Example

White with #1559FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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