Html Css Color HEX #2259FF Royal Blue

📋 copy color: '#2259FF'

red 34 ◦ green 89 ◦ blue 255

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

Shades of Royal Blue #2259FF

Tints of Royal Blue #2259FF

RGB

 RED value IS 34 (13.67% from 255) = 8.99%

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

 BLUE value IS 255 (100% from 255) = 67.46%

R = 8.99%
G = 23.54%
B = 67.46%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2259FF (or 0x2259FF) is known color: Royal Blue. HEX triplet: 22, 59 and FF. RGB value is (34,89,255). Sum of RGB (Red+Green+Blue) = 34+89+255=378 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.99% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #2259FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2259FF is #DDA600. Grayscale: #5A5A5A. Windows color (decimal): -14525953 or 16734498. OLE color: 16734498.

HSL color Cylindrical-coordinate representation of color #2259FF: hue angle of 225.07º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2259FF is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 34 89 255 -
CMYK 0.87 0.65 0 0
HSL 225.07º 1% 0.57% -
HSV(B) 225.07º 0.87% 1% -
XYZ 22.28 14.7 96.27 -
YUV 91.48 220.28 87 -
System Red Green Blue C M Y K H S L
Decimal 34 89 255 0.87 0.65 0 0 225.07 1 0.57
Hex 22 59 FF 57 41 0 0 E1 64 39
Octal 42 131 377 127 101 0 0 341 144 71
Binary 100010 1011001 11111111 1010111 1000001 0 0 11100001 1100100 111001

Color Harmonies of #2259FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2259FF

Black with #2259FF

Text Example


Text Example

White with #2259FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2259FF; }

 p { color: rgb(34,89,255); }

 H1.HeaderClassName
 {
   color: #2259FF;
 }
 .AnyTagClassName
 {
   color: #2259FF;
 }
</style>

background-color css

<style>
 a { background-color: #2259FF; }

 a { background-color: rgb(34,89,255); }

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

border-color css

<style>
 span { border-color: #2259FF; }

 span { border-color: rgb(34,89,255); }

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