Html Css Color HEX #1756FA Royal Blue

📋 copy color: '#1756FA'

red 23 ◦ green 86 ◦ blue 250

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

Shades of Royal Blue #1756FA

Tints of Royal Blue #1756FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.96%

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

R = 6.41%
G = 23.96%
B = 69.64%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1756FA (or 0x1756FA) is known color: Royal Blue. HEX triplet: 17, 56 and FA. RGB value is (23,86,250). Sum of RGB (Red+Green+Blue) = 23+86+250=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #1756FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1756FA is #E8A905. Grayscale: #555555. Windows color (decimal): -15247622 or 16406039. OLE color: 16406039.

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

Color convert

RGB 23 86 250 -
CMYK 0.91 0.66 0 0.02
HSL 223.35º 0.96% 0.54% -
HSV(B) 223.35º 0.91% 0.98% -
XYZ 20.94 13.74 91.99 -
YUV 85.86 220.63 83.16 -
System Red Green Blue C M Y K H S L
Decimal 23 86 250 0.91 0.66 0 0.02 223.35 0.96 0.54
Hex 17 56 FA 5B 42 0 2 DF 60 36
Octal 27 126 372 133 102 0 2 337 140 66
Binary 10111 1010110 11111010 1011011 1000010 0 10 11011111 1100000 110110

Color Harmonies of #1756FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1756FA

Black with #1756FA

Text Example


Text Example

White with #1756FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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