Html Css Color HEX #2259EB Royal Blue

📋 copy color: '#2259EB'

red 34 ◦ green 89 ◦ blue 235

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

Shades of Royal Blue #2259EB

Tints of Royal Blue #2259EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.64%

R = 9.5%
G = 24.86%
B = 65.64%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2259EB (or 0x2259EB) is known color: Royal Blue. HEX triplet: 22, 59 and EB. RGB value is (34,89,235). Sum of RGB (Red+Green+Blue) = 34+89+235=358 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.50% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #2259EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2259EB is #DDA614. Grayscale: #585858. Windows color (decimal): -14525973 or 15423778. OLE color: 15423778.

HSL color Cylindrical-coordinate representation of color #2259EB: hue angle of 223.58º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2259EB is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 34 89 235 -
CMYK 0.86 0.62 0 0.08
HSL 223.58º 0.83% 0.53% -
HSV(B) 223.58º 0.86% 0.92% -
XYZ 19.23 13.48 80.19 -
YUV 89.2 210.28 88.63 -
System Red Green Blue C M Y K H S L
Decimal 34 89 235 0.86 0.62 0 0.08 223.58 0.83 0.53
Hex 22 59 EB 56 3E 0 8 E0 53 35
Octal 42 131 353 126 76 0 10 340 123 65
Binary 100010 1011001 11101011 1010110 111110 0 1000 11100000 1010011 110101

Color Harmonies of #2259EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2259EB

Black with #2259EB

Text Example


Text Example

White with #2259EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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