Html Css Color HEX #256EDE Royal Blue

📋 copy color: '#256EDE'

red 37 ◦ green 110 ◦ blue 222

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

Shades of Royal Blue #256EDE

Tints of Royal Blue #256EDE

RGB

 RED value IS 37 (14.84% from 255) = 10.03%

 GREEN value IS 110 (43.36% from 255) = 29.81%

 BLUE value IS 222 (87.11% from 255) = 60.16%

R = 10.03%
G = 29.81%
B = 60.16%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#256EDE (or 0x256EDE) is known color: Royal Blue. HEX triplet: 25, 6E and DE. RGB value is (37,110,222). Sum of RGB (Red+Green+Blue) = 37+110+222=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #256EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256EDE is #DA9121. Grayscale: #646464. Windows color (decimal): -14324002 or 14577189. OLE color: 14577189.

HSL color Cylindrical-coordinate representation of color #256EDE: hue angle of 216.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #256EDE is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 110 222 -
CMYK 0.83 0.50 0 0.13
HSL 216.32º 0.74% 0.51% -
HSV(B) 216.32º 0.83% 0.87% -
XYZ 19.52 16.82 71.32 -
YUV 100.94 196.32 82.39 -
System Red Green Blue C M Y K H S L
Decimal 37 110 222 0.83 0.50 0 0.13 216.32 0.74 0.51
Hex 25 6E DE 53 32 0 D D8 4A 33
Octal 45 156 336 123 62 0 15 330 112 63
Binary 100101 1101110 11011110 1010011 110010 0 1101 11011000 1001010 110011

Color Harmonies of #256EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256EDE

Black with #256EDE

Text Example


Text Example

White with #256EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256EDE; }

 p { color: rgb(37,110,222); }

 H1.HeaderClassName
 {
   color: #256EDE;
 }
 .AnyTagClassName
 {
   color: #256EDE;
 }
</style>

background-color css

<style>
 a { background-color: #256EDE; }

 a { background-color: rgb(37,110,222); }

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

border-color css

<style>
 span { border-color: #256EDE; }

 span { border-color: rgb(37,110,222); }

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