Html Css Color HEX #2259FC Royal Blue

📋 copy color: '#2259FC'

red 34 ◦ green 89 ◦ blue 252

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

Shades of Royal Blue #2259FC

Tints of Royal Blue #2259FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.2%

R = 9.07%
G = 23.73%
B = 67.2%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2259FC (or 0x2259FC) is known color: Royal Blue. HEX triplet: 22, 59 and FC. RGB value is (34,89,252). Sum of RGB (Red+Green+Blue) = 34+89+252=375 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.07% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #2259FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2259FC is #DDA603. Grayscale: #5A5A5A. Windows color (decimal): -14525956 or 16537890. OLE color: 16537890.

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

Color convert

RGB 34 89 252 -
CMYK 0.87 0.65 0 0.01
HSL 224.86º 0.97% 0.56% -
HSV(B) 224.86º 0.87% 0.99% -
XYZ 21.8 14.51 93.75 -
YUV 91.14 218.78 87.25 -
System Red Green Blue C M Y K H S L
Decimal 34 89 252 0.87 0.65 0 0.01 224.86 0.97 0.56
Hex 22 59 FC 57 41 0 1 E1 61 38
Octal 42 131 374 127 101 0 1 341 141 70
Binary 100010 1011001 11111100 1010111 1000001 0 1 11100001 1100001 111000

Color Harmonies of #2259FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2259FC

Black with #2259FC

Text Example


Text Example

White with #2259FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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