Html Css Color HEX #256EDC Royal Blue

📋 copy color: '#256EDC'

red 37 ◦ green 110 ◦ blue 220

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

Shades of Royal Blue #256EDC

Tints of Royal Blue #256EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.95%

R = 10.08%
G = 29.97%
B = 59.95%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#256EDC (or 0x256EDC) is known color: Royal Blue. HEX triplet: 25, 6E and DC. RGB value is (37,110,220). Sum of RGB (Red+Green+Blue) = 37+110+220=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #256EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256EDC is #DA9123. Grayscale: #646464. Windows color (decimal): -14324004 or 14446117. OLE color: 14446117.

HSL color Cylindrical-coordinate representation of color #256EDC: hue angle of 216.07º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #256EDC is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 110 220 -
CMYK 0.83 0.50 0 0.14
HSL 216.07º 0.72% 0.5% -
HSV(B) 216.07º 0.83% 0.86% -
XYZ 19.26 16.71 69.92 -
YUV 100.71 195.32 82.56 -
System Red Green Blue C M Y K H S L
Decimal 37 110 220 0.83 0.50 0 0.14 216.07 0.72 0.5
Hex 25 6E DC 53 32 0 E D8 48 32
Octal 45 156 334 123 62 0 16 330 110 62
Binary 100101 1101110 11011100 1010011 110010 0 1110 11011000 1001000 110010

Color Harmonies of #256EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256EDC

Black with #256EDC

Text Example


Text Example

White with #256EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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