Html Css Color HEX #1A59F2 Royal Blue

📋 copy color: '#1A59F2'

red 26 ◦ green 89 ◦ blue 242

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

Shades of Royal Blue #1A59F2

Tints of Royal Blue #1A59F2

RGB

 RED value IS 26 (10.55% from 255) = 7.28%

 GREEN value IS 89 (35.16% from 255) = 24.93%

 BLUE value IS 242 (94.92% from 255) = 67.79%

R = 7.28%
G = 24.93%
B = 67.79%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1A59F2 (or 0x1A59F2) is known color: Royal Blue. HEX triplet: 1A, 59 and F2. RGB value is (26,89,242). Sum of RGB (Red+Green+Blue) = 26+89+242=357 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.28% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 242 (94.92% from 255 or 67.79% from 357); Max value from RGB is 242 - color contains mainly: blue. Hex color #1A59F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A59F2 is #E5A60D. Grayscale: #565656. Windows color (decimal): -15050254 or 15882522. OLE color: 15882522.

HSL color Cylindrical-coordinate representation of color #1A59F2: hue angle of 222.5º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A59F2 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 89 242 -
CMYK 0.89 0.63 0 0.05
HSL 222.5º 0.89% 0.53% -
HSV(B) 222.5º 0.89% 0.95% -
XYZ 20.03 13.78 85.61 -
YUV 87.61 215.13 84.06 -
System Red Green Blue C M Y K H S L
Decimal 26 89 242 0.89 0.63 0 0.05 222.5 0.89 0.53
Hex 1A 59 F2 59 3F 0 5 DE 59 35
Octal 32 131 362 131 77 0 5 336 131 65
Binary 11010 1011001 11110010 1011001 111111 0 101 11011110 1011001 110101

Color Harmonies of #1A59F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A59F2

Black with #1A59F2

Text Example


Text Example

White with #1A59F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A59F2; }

 p { color: rgb(26,89,242); }

 H1.HeaderClassName
 {
   color: #1A59F2;
 }
 .AnyTagClassName
 {
   color: #1A59F2;
 }
</style>

background-color css

<style>
 a { background-color: #1A59F2; }

 a { background-color: rgb(26,89,242); }

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

border-color css

<style>
 span { border-color: #1A59F2; }

 span { border-color: rgb(26,89,242); }

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