Html Css Color HEX #1856FE Royal Blue

📋 copy color: '#1856FE'

red 24 ◦ green 86 ◦ blue 254

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

Shades of Royal Blue #1856FE

Tints of Royal Blue #1856FE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.63%

 BLUE value IS 254 (99.61% from 255) = 69.78%

R = 6.59%
G = 23.63%
B = 69.78%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1856FE (or 0x1856FE) is known color: Royal Blue. HEX triplet: 18, 56 and FE. RGB value is (24,86,254). Sum of RGB (Red+Green+Blue) = 24+86+254=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #1856FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1856FE is #E7A901. Grayscale: #555555. Windows color (decimal): -15182082 or 16668184. OLE color: 16668184.

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

Color convert

RGB 24 86 254 -
CMYK 0.91 0.66 0 0.00
HSL 223.83º 0.99% 0.55% -
HSV(B) 223.83º 0.91% 1% -
XYZ 21.59 14.01 95.33 -
YUV 86.61 222.46 83.34 -
System Red Green Blue C M Y K H S L
Decimal 24 86 254 0.91 0.66 0 0.00 223.83 0.99 0.55
Hex 18 56 FE 5B 42 0 0 E0 63 37
Octal 30 126 376 133 102 0 0 340 143 67
Binary 11000 1010110 11111110 1011011 1000010 0 0 11100000 1100011 110111

Color Harmonies of #1856FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1856FE

Black with #1856FE

Text Example


Text Example

White with #1856FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1856FE; }

 p { color: rgb(24,86,254); }

 H1.HeaderClassName
 {
   color: #1856FE;
 }
 .AnyTagClassName
 {
   color: #1856FE;
 }
</style>

background-color css

<style>
 a { background-color: #1856FE; }

 a { background-color: rgb(24,86,254); }

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

border-color css

<style>
 span { border-color: #1856FE; }

 span { border-color: rgb(24,86,254); }

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