Html Css Color HEX #256EE1 Royal Blue

📋 copy color: '#256EE1'

red 37 ◦ green 110 ◦ blue 225

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

Shades of Royal Blue #256EE1

Tints of Royal Blue #256EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 60.48%

R = 9.95%
G = 29.57%
B = 60.48%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#256EE1 (or 0x256EE1) is known color: Royal Blue. HEX triplet: 25, 6E and E1. RGB value is (37,110,225). Sum of RGB (Red+Green+Blue) = 37+110+225=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 225 (88.28% from 255 or 60.48% from 372); Max value from RGB is 225 - color contains mainly: blue. Hex color #256EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256EE1 is #DA911E. Grayscale: #646464. Windows color (decimal): -14323999 or 14773797. OLE color: 14773797.

HSL color Cylindrical-coordinate representation of color #256EE1: hue angle of 216.7º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #256EE1 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 110 225 -
CMYK 0.84 0.51 0 0.12
HSL 216.7º 0.76% 0.51% -
HSV(B) 216.7º 0.84% 0.88% -
XYZ 19.93 16.98 73.46 -
YUV 101.28 197.82 82.15 -
System Red Green Blue C M Y K H S L
Decimal 37 110 225 0.84 0.51 0 0.12 216.7 0.76 0.51
Hex 25 6E E1 54 33 0 C D9 4C 33
Octal 45 156 341 124 63 0 14 331 114 63
Binary 100101 1101110 11100001 1010100 110011 0 1100 11011001 1001100 110011

Color Harmonies of #256EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256EE1

Black with #256EE1

Text Example


Text Example

White with #256EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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