Html Css Color HEX #1758FA Royal Blue

📋 copy color: '#1758FA'

red 23 ◦ green 88 ◦ blue 250

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

Shades of Royal Blue #1758FA

Tints of Royal Blue #1758FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.38%

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

R = 6.37%
G = 24.38%
B = 69.25%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1758FA (or 0x1758FA) is known color: Royal Blue. HEX triplet: 17, 58 and FA. RGB value is (23,88,250). Sum of RGB (Red+Green+Blue) = 23+88+250=361 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.37% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #1758FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1758FA is #E8A705. Grayscale: #565656. Windows color (decimal): -15247110 or 16406551. OLE color: 16406551.

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

Color convert

RGB 23 88 250 -
CMYK 0.91 0.65 0 0.02
HSL 222.82º 0.96% 0.54% -
HSV(B) 222.82º 0.91% 0.98% -
XYZ 21.1 14.06 92.05 -
YUV 87.03 219.97 82.33 -
System Red Green Blue C M Y K H S L
Decimal 23 88 250 0.91 0.65 0 0.02 222.82 0.96 0.54
Hex 17 58 FA 5B 41 0 2 DF 60 36
Octal 27 130 372 133 101 0 2 337 140 66
Binary 10111 1011000 11111010 1011011 1000001 0 10 11011111 1100000 110110

Color Harmonies of #1758FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1758FA

Black with #1758FA

Text Example


Text Example

White with #1758FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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