Html Css Color HEX #256EDD Royal Blue

📋 copy color: '#256EDD'

red 37 ◦ green 110 ◦ blue 221

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

Shades of Royal Blue #256EDD

Tints of Royal Blue #256EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.05%

R = 10.05%
G = 29.89%
B = 60.05%

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

#256EDD (or 0x256EDD) is known color: Royal Blue. HEX triplet: 25, 6E and DD. RGB value is (37,110,221). Sum of RGB (Red+Green+Blue) = 37+110+221=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #256EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256EDD is #DA9122. Grayscale: #646464. Windows color (decimal): -14324003 or 14511653. OLE color: 14511653.

HSL color Cylindrical-coordinate representation of color #256EDD: hue angle of 216.2º degrees, saturation: 0.73, 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 #256EDD is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 110 221 -
CMYK 0.83 0.50 0 0.13
HSL 216.2º 0.73% 0.51% -
HSV(B) 216.2º 0.83% 0.87% -
XYZ 19.39 16.77 70.62 -
YUV 100.83 195.82 82.47 -
System Red Green Blue C M Y K H S L
Decimal 37 110 221 0.83 0.50 0 0.13 216.2 0.73 0.51
Hex 25 6E DD 53 32 0 D D8 49 33
Octal 45 156 335 123 62 0 15 330 111 63
Binary 100101 1101110 11011101 1010011 110010 0 1101 11011000 1001001 110011

Color Harmonies of #256EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256EDD

Black with #256EDD

Text Example


Text Example

White with #256EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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