Html Css Color HEX #2256ED Royal Blue

📋 copy color: '#2256ED'

red 34 ◦ green 86 ◦ blue 237

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

Shades of Royal Blue #2256ED

Tints of Royal Blue #2256ED

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.09%

 BLUE value IS 237 (92.97% from 255) = 66.39%

R = 9.52%
G = 24.09%
B = 66.39%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2256ED (or 0x2256ED) is known color: Royal Blue. HEX triplet: 22, 56 and ED. RGB value is (34,86,237). Sum of RGB (Red+Green+Blue) = 34+86+237=357 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.52% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #2256ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2256ED is #DDA912. Grayscale: #575757. Windows color (decimal): -14526739 or 15554082. OLE color: 15554082.

HSL color Cylindrical-coordinate representation of color #2256ED: hue angle of 224.63º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2256ED is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 86 237 -
CMYK 0.86 0.64 0 0.07
HSL 224.63º 0.85% 0.53% -
HSV(B) 224.63º 0.86% 0.93% -
XYZ 19.27 13.11 81.64 -
YUV 87.67 212.27 89.72 -
System Red Green Blue C M Y K H S L
Decimal 34 86 237 0.86 0.64 0 0.07 224.63 0.85 0.53
Hex 22 56 ED 56 40 0 7 E1 55 35
Octal 42 126 355 126 100 0 7 341 125 65
Binary 100010 1010110 11101101 1010110 1000000 0 111 11100001 1010101 110101

Color Harmonies of #2256ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2256ED

Black with #2256ED

Text Example


Text Example

White with #2256ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2256ED; }

 p { color: rgb(34,86,237); }

 H1.HeaderClassName
 {
   color: #2256ED;
 }
 .AnyTagClassName
 {
   color: #2256ED;
 }
</style>

background-color css

<style>
 a { background-color: #2256ED; }

 a { background-color: rgb(34,86,237); }

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

border-color css

<style>
 span { border-color: #2256ED; }

 span { border-color: rgb(34,86,237); }

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