Html Css Color HEX #1750FA Royal Blue

📋 copy color: '#1750FA'

red 23 ◦ green 80 ◦ blue 250

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

Shades of Royal Blue #1750FA

Tints of Royal Blue #1750FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 70.82%

R = 6.52%
G = 22.66%
B = 70.82%

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

#1750FA (or 0x1750FA) is known color: Royal Blue. HEX triplet: 17, 50 and FA. RGB value is (23,80,250). Sum of RGB (Red+Green+Blue) = 23+80+250=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #1750FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1750FA is #E8AF05. Grayscale: #515151. Windows color (decimal): -15249158 or 16404503. OLE color: 16404503.

HSL color Cylindrical-coordinate representation of color #1750FA: hue angle of 224.93º degrees, saturation: 0.96, 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 #1750FA is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 23 80 250 -
CMYK 0.91 0.68 0 0.02
HSL 224.93º 0.96% 0.54% -
HSV(B) 224.93º 0.91% 0.98% -
XYZ 20.48 12.82 91.84 -
YUV 82.34 222.62 85.68 -
System Red Green Blue C M Y K H S L
Decimal 23 80 250 0.91 0.68 0 0.02 224.93 0.96 0.54
Hex 17 50 FA 5B 44 0 2 E1 60 36
Octal 27 120 372 133 104 0 2 341 140 66
Binary 10111 1010000 11111010 1011011 1000100 0 10 11100001 1100000 110110

Color Harmonies of #1750FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1750FA

Black with #1750FA

Text Example


Text Example

White with #1750FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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