Html Css Color HEX #1850EE Royal Blue

📋 copy color: '#1850EE'

red 24 ◦ green 80 ◦ blue 238

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

Shades of Royal Blue #1850EE

Tints of Royal Blue #1850EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 69.59%

R = 7.02%
G = 23.39%
B = 69.59%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1850EE (or 0x1850EE) is known color: Royal Blue. HEX triplet: 18, 50 and EE. RGB value is (24,80,238). Sum of RGB (Red+Green+Blue) = 24+80+238=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 238 (93.36% from 255 or 69.59% from 342); Max value from RGB is 238 - color contains mainly: blue. Hex color #1850EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1850EE is #E7AF11. Grayscale: #505050. Windows color (decimal): -15183634 or 15618072. OLE color: 15618072.

HSL color Cylindrical-coordinate representation of color #1850EE: hue angle of 224.3º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1850EE is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 80 238 -
CMYK 0.90 0.66 0 0.07
HSL 224.3º 0.86% 0.51% -
HSV(B) 224.3º 0.9% 0.93% -
XYZ 18.68 12.1 82.24 -
YUV 81.27 216.45 87.15 -
System Red Green Blue C M Y K H S L
Decimal 24 80 238 0.90 0.66 0 0.07 224.3 0.86 0.51
Hex 18 50 EE 5A 42 0 7 E0 56 33
Octal 30 120 356 132 102 0 7 340 126 63
Binary 11000 1010000 11101110 1011010 1000010 0 111 11100000 1010110 110011

Color Harmonies of #1850EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1850EE

Black with #1850EE

Text Example


Text Example

White with #1850EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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