Html Css Color HEX #1860FB Royal Blue

📋 copy color: '#1860FB'

red 24 ◦ green 96 ◦ blue 251

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

Shades of Royal Blue #1860FB

Tints of Royal Blue #1860FB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.88%

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

R = 6.47%
G = 25.88%
B = 67.65%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1860FB (or 0x1860FB) is known color: Royal Blue. HEX triplet: 18, 60 and FB. RGB value is (24,96,251). Sum of RGB (Red+Green+Blue) = 24+96+251=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #1860FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1860FB is #E79F04. Grayscale: #5B5B5B. Windows color (decimal): -15179525 or 16474136. OLE color: 16474136.

HSL color Cylindrical-coordinate representation of color #1860FB: hue angle of 220.97º 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 #1860FB is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 96 251 -
CMYK 0.90 0.62 0 0.02
HSL 220.97º 0.97% 0.54% -
HSV(B) 220.97º 0.9% 0.98% -
XYZ 21.97 15.52 93.11 -
YUV 92.14 217.65 79.4 -
System Red Green Blue C M Y K H S L
Decimal 24 96 251 0.90 0.62 0 0.02 220.97 0.97 0.54
Hex 18 60 FB 5A 3E 0 2 DD 61 36
Octal 30 140 373 132 76 0 2 335 141 66
Binary 11000 1100000 11111011 1011010 111110 0 10 11011101 1100001 110110

Color Harmonies of #1860FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1860FB

Black with #1860FB

Text Example


Text Example

White with #1860FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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