Html Css Color HEX #1858FF Royal Blue

📋 copy color: '#1858FF'

red 24 ◦ green 88 ◦ blue 255

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

Shades of Royal Blue #1858FF

Tints of Royal Blue #1858FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.98%

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

R = 6.54%
G = 23.98%
B = 69.48%

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

#1858FF (or 0x1858FF) is known color: Royal Blue. HEX triplet: 18, 58 and FF. RGB value is (24,88,255). Sum of RGB (Red+Green+Blue) = 24+88+255=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #1858FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1858FF is #E7A700. Grayscale: #575757. Windows color (decimal): -15181569 or 16734232. OLE color: 16734232.

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

Color convert

RGB 24 88 255 -
CMYK 0.91 0.65 0 0
HSL 223.38º 1% 0.55% -
HSV(B) 223.38º 0.91% 1% -
XYZ 21.92 14.39 96.23 -
YUV 87.9 222.3 82.42 -
System Red Green Blue C M Y K H S L
Decimal 24 88 255 0.91 0.65 0 0 223.38 1 0.55
Hex 18 58 FF 5B 41 0 0 DF 64 37
Octal 30 130 377 133 101 0 0 337 144 67
Binary 11000 1011000 11111111 1011011 1000001 0 0 11011111 1100100 110111

Color Harmonies of #1858FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1858FF

Black with #1858FF

Text Example


Text Example

White with #1858FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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