Html Css Color HEX #256EE0 Royal Blue

📋 copy color: '#256EE0'

red 37 ◦ green 110 ◦ blue 224

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

Shades of Royal Blue #256EE0

Tints of Royal Blue #256EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 60.38%

R = 9.97%
G = 29.65%
B = 60.38%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#256EE0 (or 0x256EE0) is known color: Royal Blue. HEX triplet: 25, 6E and E0. RGB value is (37,110,224). Sum of RGB (Red+Green+Blue) = 37+110+224=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #256EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256EE0 is #DA911F. Grayscale: #646464. Windows color (decimal): -14324000 or 14708261. OLE color: 14708261.

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

Color convert

RGB 37 110 224 -
CMYK 0.83 0.51 0 0.12
HSL 216.58º 0.75% 0.51% -
HSV(B) 216.58º 0.83% 0.88% -
XYZ 19.79 16.93 72.75 -
YUV 101.17 197.32 82.23 -
System Red Green Blue C M Y K H S L
Decimal 37 110 224 0.83 0.51 0 0.12 216.58 0.75 0.51
Hex 25 6E E0 53 33 0 C D9 4B 33
Octal 45 156 340 123 63 0 14 331 113 63
Binary 100101 1101110 11100000 1010011 110011 0 1100 11011001 1001011 110011

Color Harmonies of #256EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256EE0

Black with #256EE0

Text Example


Text Example

White with #256EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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