Html Css Color HEX #1750EE Royal Blue

📋 copy color: '#1750EE'

red 23 ◦ green 80 ◦ blue 238

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

Shades of Royal Blue #1750EE

Tints of Royal Blue #1750EE

RGB

 RED value IS 23 (9.38% from 255) = 6.74%

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

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

R = 6.74%
G = 23.46%
B = 69.79%

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

#1750EE (or 0x1750EE) is known color: Royal Blue. HEX triplet: 17, 50 and EE. RGB value is (23,80,238). Sum of RGB (Red+Green+Blue) = 23+80+238=341 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.74% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #1750EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1750EE is #E8AF11. Grayscale: #505050. Windows color (decimal): -15249170 or 15618071. OLE color: 15618071.

HSL color Cylindrical-coordinate representation of color #1750EE: hue angle of 224.09º 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 #1750EE is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 23 80 238 -
CMYK 0.90 0.66 0 0.07
HSL 224.09º 0.86% 0.51% -
HSV(B) 224.09º 0.9% 0.93% -
XYZ 18.65 12.09 82.24 -
YUV 80.97 216.62 86.65 -
System Red Green Blue C M Y K H S L
Decimal 23 80 238 0.90 0.66 0 0.07 224.09 0.86 0.51
Hex 17 50 EE 5A 42 0 7 E0 56 33
Octal 27 120 356 132 102 0 7 340 126 63
Binary 10111 1010000 11101110 1011010 1000010 0 111 11100000 1010110 110011

Color Harmonies of #1750EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1750EE

Black with #1750EE

Text Example


Text Example

White with #1750EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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