Html Css Color HEX #1850EF Royal Blue

📋 copy color: '#1850EF'

red 24 ◦ green 80 ◦ blue 239

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

Shades of Royal Blue #1850EF

Tints of Royal Blue #1850EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.68%

R = 7%
G = 23.32%
B = 69.68%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1850EF (or 0x1850EF) is known color: Royal Blue. HEX triplet: 18, 50 and EF. RGB value is (24,80,239). Sum of RGB (Red+Green+Blue) = 24+80+239=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #1850EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1850EF is #E7AF10. Grayscale: #505050. Windows color (decimal): -15183633 or 15683608. OLE color: 15683608.

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

Color convert

RGB 24 80 239 -
CMYK 0.90 0.67 0 0.06
HSL 224.37º 0.87% 0.52% -
HSV(B) 224.37º 0.9% 0.94% -
XYZ 18.83 12.16 83.02 -
YUV 81.38 216.95 87.07 -
System Red Green Blue C M Y K H S L
Decimal 24 80 239 0.90 0.67 0 0.06 224.37 0.87 0.52
Hex 18 50 EF 5A 43 0 6 E0 57 34
Octal 30 120 357 132 103 0 6 340 127 64
Binary 11000 1010000 11101111 1011010 1000011 0 110 11100000 1010111 110100

Color Harmonies of #1850EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1850EF

Black with #1850EF

Text Example


Text Example

White with #1850EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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