Html Css Color HEX #1750FF Royal Blue

📋 copy color: '#1750FF'

red 23 ◦ green 80 ◦ blue 255

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

Shades of Royal Blue #1750FF

Tints of Royal Blue #1750FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.23%

R = 6.42%
G = 22.35%
B = 71.23%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1750FF (or 0x1750FF) is known color: Royal Blue. HEX triplet: 17, 50 and FF. RGB value is (23,80,255). Sum of RGB (Red+Green+Blue) = 23+80+255=358 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.42% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #1750FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1750FF is #E8AF00. Grayscale: #525252. Windows color (decimal): -15249153 or 16732183. OLE color: 16732183.

HSL color Cylindrical-coordinate representation of color #1750FF: hue angle of 225.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1750FF is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 23 80 255 -
CMYK 0.91 0.69 0 0
HSL 225.26º 1% 0.55% -
HSV(B) 225.26º 0.91% 1% -
XYZ 21.27 13.14 96.02 -
YUV 82.91 225.12 85.27 -
System Red Green Blue C M Y K H S L
Decimal 23 80 255 0.91 0.69 0 0 225.26 1 0.55
Hex 17 50 FF 5B 45 0 0 E1 64 37
Octal 27 120 377 133 105 0 0 341 144 67
Binary 10111 1010000 11111111 1011011 1000101 0 0 11100001 1100100 110111

Color Harmonies of #1750FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1750FF

Black with #1750FF

Text Example


Text Example

White with #1750FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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