Html Css Color HEX #1858FB Royal Blue

📋 copy color: '#1858FB'

red 24 ◦ green 88 ◦ blue 251

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

Shades of Royal Blue #1858FB

Tints of Royal Blue #1858FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.15%

R = 6.61%
G = 24.24%
B = 69.15%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1858FB (or 0x1858FB) is known color: Royal Blue. HEX triplet: 18, 58 and FB. RGB value is (24,88,251). Sum of RGB (Red+Green+Blue) = 24+88+251=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #1858FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1858FB is #E7A704. Grayscale: #565656. Windows color (decimal): -15181573 or 16472088. OLE color: 16472088.

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

Color convert

RGB 24 88 251 -
CMYK 0.90 0.65 0 0.02
HSL 223.08º 0.97% 0.54% -
HSV(B) 223.08º 0.9% 0.98% -
XYZ 21.28 14.14 92.87 -
YUV 87.45 220.3 82.75 -
System Red Green Blue C M Y K H S L
Decimal 24 88 251 0.90 0.65 0 0.02 223.08 0.97 0.54
Hex 18 58 FB 5A 41 0 2 DF 61 36
Octal 30 130 373 132 101 0 2 337 141 66
Binary 11000 1011000 11111011 1011010 1000001 0 10 11011111 1100001 110110

Color Harmonies of #1858FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1858FB

Black with #1858FB

Text Example


Text Example

White with #1858FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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