Html Css Color HEX #1750FD Royal Blue

📋 copy color: '#1750FD'

red 23 ◦ green 80 ◦ blue 253

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

Shades of Royal Blue #1750FD

Tints of Royal Blue #1750FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.07%

R = 6.46%
G = 22.47%
B = 71.07%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1750FD (or 0x1750FD) is known color: Royal Blue. HEX triplet: 17, 50 and FD. RGB value is (23,80,253). Sum of RGB (Red+Green+Blue) = 23+80+253=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #1750FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1750FD is #E8AF02. Grayscale: #515151. Windows color (decimal): -15249155 or 16601111. OLE color: 16601111.

HSL color Cylindrical-coordinate representation of color #1750FD: hue angle of 225.13º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1750FD is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 23 80 253 -
CMYK 0.91 0.68 0 0.01
HSL 225.13º 0.98% 0.54% -
HSV(B) 225.13º 0.91% 0.99% -
XYZ 20.95 13.01 94.34 -
YUV 82.68 224.12 85.43 -
System Red Green Blue C M Y K H S L
Decimal 23 80 253 0.91 0.68 0 0.01 225.13 0.98 0.54
Hex 17 50 FD 5B 44 0 1 E1 62 36
Octal 27 120 375 133 104 0 1 341 142 66
Binary 10111 1010000 11111101 1011011 1000100 0 1 11100001 1100010 110110

Color Harmonies of #1750FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1750FD

Black with #1750FD

Text Example


Text Example

White with #1750FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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