Html Css Color HEX #1750F7 Royal Blue

📋 copy color: '#1750F7'

red 23 ◦ green 80 ◦ blue 247

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

Shades of Royal Blue #1750F7

Tints of Royal Blue #1750F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 70.57%

R = 6.57%
G = 22.86%
B = 70.57%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1750F7 (or 0x1750F7) is known color: Royal Blue. HEX triplet: 17, 50 and F7. RGB value is (23,80,247). Sum of RGB (Red+Green+Blue) = 23+80+247=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 247 (96.88% from 255 or 70.57% from 350); Max value from RGB is 247 - color contains mainly: blue. Hex color #1750F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1750F7 is #E8AF08. Grayscale: #515151. Windows color (decimal): -15249161 or 16207895. OLE color: 16207895.

HSL color Cylindrical-coordinate representation of color #1750F7: hue angle of 224.73º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1750F7 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 23 80 247 -
CMYK 0.91 0.68 0 0.03
HSL 224.73º 0.93% 0.53% -
HSV(B) 224.73º 0.91% 0.97% -
XYZ 20.01 12.63 89.38 -
YUV 82 221.12 85.92 -
System Red Green Blue C M Y K H S L
Decimal 23 80 247 0.91 0.68 0 0.03 224.73 0.93 0.53
Hex 17 50 F7 5B 44 0 3 E1 5D 35
Octal 27 120 367 133 104 0 3 341 135 65
Binary 10111 1010000 11110111 1011011 1000100 0 11 11100001 1011101 110101

Color Harmonies of #1750F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1750F7

Black with #1750F7

Text Example


Text Example

White with #1750F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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