Html Css Color HEX #1760FA Royal Blue

📋 copy color: '#1760FA'

red 23 ◦ green 96 ◦ blue 250

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

Shades of Royal Blue #1760FA

Tints of Royal Blue #1760FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.02%

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

R = 6.23%
G = 26.02%
B = 67.75%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1760FA (or 0x1760FA) is known color: Royal Blue. HEX triplet: 17, 60 and FA. RGB value is (23,96,250). Sum of RGB (Red+Green+Blue) = 23+96+250=369 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.23% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #1760FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1760FA is #E89F05. Grayscale: #5B5B5B. Windows color (decimal): -15245062 or 16408599. OLE color: 16408599.

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

Color convert

RGB 23 96 250 -
CMYK 0.91 0.62 0 0.02
HSL 220.7º 0.96% 0.54% -
HSV(B) 220.7º 0.91% 0.98% -
XYZ 21.79 15.45 92.28 -
YUV 91.73 217.32 78.98 -
System Red Green Blue C M Y K H S L
Decimal 23 96 250 0.91 0.62 0 0.02 220.7 0.96 0.54
Hex 17 60 FA 5B 3E 0 2 DD 60 36
Octal 27 140 372 133 76 0 2 335 140 66
Binary 10111 1100000 11111010 1011011 111110 0 10 11011101 1100000 110110

Color Harmonies of #1760FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1760FA

Black with #1760FA

Text Example


Text Example

White with #1760FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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