Html Css Color HEX #1850F1 Royal Blue

📋 copy color: '#1850F1'

red 24 ◦ green 80 ◦ blue 241

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

Shades of Royal Blue #1850F1

Tints of Royal Blue #1850F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 69.86%

R = 6.96%
G = 23.19%
B = 69.86%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1850F1 (or 0x1850F1) is known color: Royal Blue. HEX triplet: 18, 50 and F1. RGB value is (24,80,241). Sum of RGB (Red+Green+Blue) = 24+80+241=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 241 (94.53% from 255 or 69.86% from 345); Max value from RGB is 241 - color contains mainly: blue. Hex color #1850F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1850F1 is #E7AF0E. Grayscale: #505050. Windows color (decimal): -15183631 or 15814680. OLE color: 15814680.

HSL color Cylindrical-coordinate representation of color #1850F1: hue angle of 224.52º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1850F1 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 80 241 -
CMYK 0.90 0.67 0 0.05
HSL 224.52º 0.89% 0.52% -
HSV(B) 224.52º 0.9% 0.95% -
XYZ 19.12 12.28 84.58 -
YUV 81.61 217.95 86.91 -
System Red Green Blue C M Y K H S L
Decimal 24 80 241 0.90 0.67 0 0.05 224.52 0.89 0.52
Hex 18 50 F1 5A 43 0 5 E1 59 34
Octal 30 120 361 132 103 0 5 341 131 64
Binary 11000 1010000 11110001 1011010 1000011 0 101 11100001 1011001 110100

Color Harmonies of #1850F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1850F1

Black with #1850F1

Text Example


Text Example

White with #1850F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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