Html Css Color HEX #1850FC Royal Blue

📋 copy color: '#1850FC'

red 24 ◦ green 80 ◦ blue 252

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

Shades of Royal Blue #1850FC

Tints of Royal Blue #1850FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 70.79%

R = 6.74%
G = 22.47%
B = 70.79%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1850FC (or 0x1850FC) is known color: Royal Blue. HEX triplet: 18, 50 and FC. RGB value is (24,80,252). Sum of RGB (Red+Green+Blue) = 24+80+252=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #1850FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1850FC is #E7AF03. Grayscale: #525252. Windows color (decimal): -15183620 or 16535576. OLE color: 16535576.

HSL color Cylindrical-coordinate representation of color #1850FC: hue angle of 225.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1850FC is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 80 252 -
CMYK 0.90 0.68 0 0.01
HSL 225.26º 0.97% 0.54% -
HSV(B) 225.26º 0.9% 0.99% -
XYZ 20.82 12.96 93.5 -
YUV 82.86 223.45 86.01 -
System Red Green Blue C M Y K H S L
Decimal 24 80 252 0.90 0.68 0 0.01 225.26 0.97 0.54
Hex 18 50 FC 5A 44 0 1 E1 61 36
Octal 30 120 374 132 104 0 1 341 141 66
Binary 11000 1010000 11111100 1011010 1000100 0 1 11100001 1100001 110110

Color Harmonies of #1850FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1850FC

Black with #1850FC

Text Example


Text Example

White with #1850FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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