Html Css Color HEX #2259FA Royal Blue

📋 copy color: '#2259FA'

red 34 ◦ green 89 ◦ blue 250

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

Shades of Royal Blue #2259FA

Tints of Royal Blue #2259FA

RGB

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

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

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

R = 9.12%
G = 23.86%
B = 67.02%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2259FA (or 0x2259FA) is known color: Royal Blue. HEX triplet: 22, 59 and FA. RGB value is (34,89,250). Sum of RGB (Red+Green+Blue) = 34+89+250=373 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.12% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #2259FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2259FA is #DDA605. Grayscale: #5A5A5A. Windows color (decimal): -14525958 or 16406818. OLE color: 16406818.

HSL color Cylindrical-coordinate representation of color #2259FA: hue angle of 224.72º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2259FA is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 89 250 -
CMYK 0.86 0.64 0 0.02
HSL 224.72º 0.96% 0.56% -
HSV(B) 224.72º 0.86% 0.98% -
XYZ 21.49 14.39 92.09 -
YUV 90.91 217.78 87.41 -
System Red Green Blue C M Y K H S L
Decimal 34 89 250 0.86 0.64 0 0.02 224.72 0.96 0.56
Hex 22 59 FA 56 40 0 2 E1 60 38
Octal 42 131 372 126 100 0 2 341 140 70
Binary 100010 1011001 11111010 1010110 1000000 0 10 11100001 1100000 111000

Color Harmonies of #2259FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2259FA

Black with #2259FA

Text Example


Text Example

White with #2259FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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