Html Css Color HEX #1459FF Royal Blue

📋 copy color: '#1459FF'

red 20 ◦ green 89 ◦ blue 255

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

Shades of Royal Blue #1459FF

Tints of Royal Blue #1459FF

RGB

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

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

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

R = 5.49%
G = 24.45%
B = 70.05%

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

#1459FF (or 0x1459FF) is known color: Royal Blue. HEX triplet: 14, 59 and FF. RGB value is (20,89,255). Sum of RGB (Red+Green+Blue) = 20+89+255=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #1459FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1459FF is #EBA600. Grayscale: #565656. Windows color (decimal): -15443457 or 16734484. OLE color: 16734484.

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

Color convert

RGB 20 89 255 -
CMYK 0.92 0.65 0 0
HSL 222.38º 1% 0.54% -
HSV(B) 222.38º 0.92% 1% -
XYZ 21.91 14.51 96.25 -
YUV 87.29 222.64 80 -
System Red Green Blue C M Y K H S L
Decimal 20 89 255 0.92 0.65 0 0 222.38 1 0.54
Hex 14 59 FF 5C 41 0 0 DE 64 36
Octal 24 131 377 134 101 0 0 336 144 66
Binary 10100 1011001 11111111 1011100 1000001 0 0 11011110 1100100 110110

Color Harmonies of #1459FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1459FF

Black with #1459FF

Text Example


Text Example

White with #1459FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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