Html Css Color HEX #1850FE Royal Blue

📋 copy color: '#1850FE'

red 24 ◦ green 80 ◦ blue 254

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

Shades of Royal Blue #1850FE

Tints of Royal Blue #1850FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.35%

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

R = 6.7%
G = 22.35%
B = 70.95%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1850FE (or 0x1850FE) is known color: Royal Blue. HEX triplet: 18, 50 and FE. RGB value is (24,80,254). Sum of RGB (Red+Green+Blue) = 24+80+254=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #1850FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1850FE is #E7AF01. Grayscale: #525252. Windows color (decimal): -15183618 or 16666648. OLE color: 16666648.

HSL color Cylindrical-coordinate representation of color #1850FE: hue angle of 225.39º 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 #1850FE is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 24 80 254 -
CMYK 0.91 0.69 0 0.00
HSL 225.39º 0.99% 0.55% -
HSV(B) 225.39º 0.91% 1% -
XYZ 21.13 13.09 95.18 -
YUV 83.09 224.45 85.85 -
System Red Green Blue C M Y K H S L
Decimal 24 80 254 0.91 0.69 0 0.00 225.39 0.99 0.55
Hex 18 50 FE 5B 45 0 0 E1 63 37
Octal 30 120 376 133 105 0 0 341 143 67
Binary 11000 1010000 11111110 1011011 1000101 0 0 11100001 1100011 110111

Color Harmonies of #1850FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1850FE

Black with #1850FE

Text Example


Text Example

White with #1850FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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