Html Css Color HEX #1859FC Royal Blue

📋 copy color: '#1859FC'

red 24 ◦ green 89 ◦ blue 252

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

Shades of Royal Blue #1859FC

Tints of Royal Blue #1859FC

RGB

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

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

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

R = 6.58%
G = 24.38%
B = 69.04%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1859FC (or 0x1859FC) is known color: Royal Blue. HEX triplet: 18, 59 and FC. RGB value is (24,89,252). Sum of RGB (Red+Green+Blue) = 24+89+252=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #1859FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1859FC is #E7A603. Grayscale: #575757. Windows color (decimal): -15181316 or 16537880. OLE color: 16537880.

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

Color convert

RGB 24 89 252 -
CMYK 0.90 0.65 0 0.01
HSL 222.89º 0.97% 0.54% -
HSV(B) 222.89º 0.9% 0.99% -
XYZ 21.52 14.37 93.73 -
YUV 88.15 220.47 82.25 -
System Red Green Blue C M Y K H S L
Decimal 24 89 252 0.90 0.65 0 0.01 222.89 0.97 0.54
Hex 18 59 FC 5A 41 0 1 DF 61 36
Octal 30 131 374 132 101 0 1 337 141 66
Binary 11000 1011001 11111100 1011010 1000001 0 1 11011111 1100001 110110

Color Harmonies of #1859FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1859FC

Black with #1859FC

Text Example


Text Example

White with #1859FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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