Html Css Color HEX #1750FB Royal Blue

📋 copy color: '#1750FB'

red 23 ◦ green 80 ◦ blue 251

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

Shades of Royal Blue #1750FB

Tints of Royal Blue #1750FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 70.9%

R = 6.5%
G = 22.6%
B = 70.9%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1750FB (or 0x1750FB) is known color: Royal Blue. HEX triplet: 17, 50 and FB. RGB value is (23,80,251). Sum of RGB (Red+Green+Blue) = 23+80+251=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #1750FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1750FB is #E8AF04. Grayscale: #515151. Windows color (decimal): -15249157 or 16470039. OLE color: 16470039.

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

Color convert

RGB 23 80 251 -
CMYK 0.91 0.68 0 0.02
HSL 225º 0.97% 0.54% -
HSV(B) 225º 0.91% 0.98% -
XYZ 20.63 12.88 92.67 -
YUV 82.45 223.12 85.6 -
System Red Green Blue C M Y K H S L
Decimal 23 80 251 0.91 0.68 0 0.02 225 0.97 0.54
Hex 17 50 FB 5B 44 0 2 E1 61 36
Octal 27 120 373 133 104 0 2 341 141 66
Binary 10111 1010000 11111011 1011011 1000100 0 10 11100001 1100001 110110

Color Harmonies of #1750FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1750FB

Black with #1750FB

Text Example


Text Example

White with #1750FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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