Html Css Color HEX #1851FF Royal Blue

📋 copy color: '#1851FF'

red 24 ◦ green 81 ◦ blue 255

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

Shades of Royal Blue #1851FF

Tints of Royal Blue #1851FF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.5%

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

R = 6.67%
G = 22.5%
B = 70.83%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1851FF (or 0x1851FF) is known color: Royal Blue. HEX triplet: 18, 51 and FF. RGB value is (24,81,255). Sum of RGB (Red+Green+Blue) = 24+81+255=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #1851FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1851FF is #E7AE00. Grayscale: #535353. Windows color (decimal): -15183361 or 16732440. OLE color: 16732440.

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

Color convert

RGB 24 81 255 -
CMYK 0.91 0.68 0 0
HSL 225.19º 1% 0.55% -
HSV(B) 225.19º 0.91% 1% -
XYZ 21.37 13.3 96.05 -
YUV 83.79 224.62 85.35 -
System Red Green Blue C M Y K H S L
Decimal 24 81 255 0.91 0.68 0 0 225.19 1 0.55
Hex 18 51 FF 5B 44 0 0 E1 64 37
Octal 30 121 377 133 104 0 0 341 144 67
Binary 11000 1010001 11111111 1011011 1000100 0 0 11100001 1100100 110111

Color Harmonies of #1851FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1851FF

Black with #1851FF

Text Example


Text Example

White with #1851FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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