Html Css Color HEX #1761FA Royal Blue

📋 copy color: '#1761FA'

red 23 ◦ green 97 ◦ blue 250

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

Shades of Royal Blue #1761FA

Tints of Royal Blue #1761FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.22%

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

R = 6.22%
G = 26.22%
B = 67.57%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1761FA (or 0x1761FA) is known color: Royal Blue. HEX triplet: 17, 61 and FA. RGB value is (23,97,250). Sum of RGB (Red+Green+Blue) = 23+97+250=370 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.22% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #1761FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1761FA is #E89E05. Grayscale: #5B5B5B. Windows color (decimal): -15244806 or 16408855. OLE color: 16408855.

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

Color convert

RGB 23 97 250 -
CMYK 0.91 0.61 0 0.02
HSL 220.44º 0.96% 0.54% -
HSV(B) 220.44º 0.91% 0.98% -
XYZ 21.88 15.63 92.31 -
YUV 92.32 216.98 78.56 -
System Red Green Blue C M Y K H S L
Decimal 23 97 250 0.91 0.61 0 0.02 220.44 0.96 0.54
Hex 17 61 FA 5B 3D 0 2 DC 60 36
Octal 27 141 372 133 75 0 2 334 140 66
Binary 10111 1100001 11111010 1011011 111101 0 10 11011100 1100000 110110

Color Harmonies of #1761FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1761FA

Black with #1761FA

Text Example


Text Example

White with #1761FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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