Html Css Color HEX #1760FC Royal Blue

📋 copy color: '#1760FC'

red 23 ◦ green 96 ◦ blue 252

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

Shades of Royal Blue #1760FC

Tints of Royal Blue #1760FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.92%

R = 6.2%
G = 25.88%
B = 67.92%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1760FC (or 0x1760FC) is known color: Royal Blue. HEX triplet: 17, 60 and FC. RGB value is (23,96,252). Sum of RGB (Red+Green+Blue) = 23+96+252=371 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.20% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #1760FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1760FC is #E89F03. Grayscale: #5B5B5B. Windows color (decimal): -15245060 or 16539671. OLE color: 16539671.

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

Color convert

RGB 23 96 252 -
CMYK 0.91 0.62 0 0.01
HSL 220.87º 0.97% 0.54% -
HSV(B) 220.87º 0.91% 0.99% -
XYZ 22.11 15.58 93.94 -
YUV 91.96 218.32 78.82 -
System Red Green Blue C M Y K H S L
Decimal 23 96 252 0.91 0.62 0 0.01 220.87 0.97 0.54
Hex 17 60 FC 5B 3E 0 1 DD 61 36
Octal 27 140 374 133 76 0 1 335 141 66
Binary 10111 1100000 11111100 1011011 111110 0 1 11011101 1100001 110110

Color Harmonies of #1760FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1760FC

Black with #1760FC

Text Example


Text Example

White with #1760FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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