Html Css Color HEX #1859FF Royal Blue

📋 copy color: '#1859FF'

red 24 ◦ green 89 ◦ blue 255

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

Shades of Royal Blue #1859FF

Tints of Royal Blue #1859FF

RGB

 RED value IS 24 (9.77% from 255) = 6.52%

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

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

R = 6.52%
G = 24.18%
B = 69.29%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1859FF (or 0x1859FF) is known color: Royal Blue. HEX triplet: 18, 59 and FF. RGB value is (24,89,255). Sum of RGB (Red+Green+Blue) = 24+89+255=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #1859FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1859FF is #E7A600. Grayscale: #575757. Windows color (decimal): -15181313 or 16734488. OLE color: 16734488.

HSL color Cylindrical-coordinate representation of color #1859FF: hue angle of 223.12º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1859FF is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 89 255 -
CMYK 0.91 0.65 0 0
HSL 223.12º 1% 0.55% -
HSV(B) 223.12º 0.91% 1% -
XYZ 22 14.56 96.26 -
YUV 88.49 221.97 82 -
System Red Green Blue C M Y K H S L
Decimal 24 89 255 0.91 0.65 0 0 223.12 1 0.55
Hex 18 59 FF 5B 41 0 0 DF 64 37
Octal 30 131 377 133 101 0 0 337 144 67
Binary 11000 1011001 11111111 1011011 1000001 0 0 11011111 1100100 110111

Color Harmonies of #1859FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1859FF

Black with #1859FF

Text Example


Text Example

White with #1859FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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