Html Css Color HEX #256ADC Royal Blue

📋 copy color: '#256ADC'

red 37 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #256ADC

Tints of Royal Blue #256ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

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

R = 10.19%
G = 29.2%
B = 60.61%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#256ADC (or 0x256ADC) is known color: Royal Blue. HEX triplet: 25, 6A and DC. RGB value is (37,106,220). Sum of RGB (Red+Green+Blue) = 37+106+220=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #256ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256ADC is #DA9523. Grayscale: #616161. Windows color (decimal): -14325028 or 14445093. OLE color: 14445093.

HSL color Cylindrical-coordinate representation of color #256ADC: hue angle of 217.38º 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 #256ADC is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 106 220 -
CMYK 0.83 0.52 0 0.14
HSL 217.38º 0.72% 0.5% -
HSV(B) 217.38º 0.83% 0.86% -
XYZ 18.84 15.87 69.78 -
YUV 98.37 196.64 84.23 -
System Red Green Blue C M Y K H S L
Decimal 37 106 220 0.83 0.52 0 0.14 217.38 0.72 0.5
Hex 25 6A DC 53 34 0 E D9 48 32
Octal 45 152 334 123 64 0 16 331 110 62
Binary 100101 1101010 11011100 1010011 110100 0 1110 11011001 1001000 110010

Color Harmonies of #256ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256ADC

Black with #256ADC

Text Example


Text Example

White with #256ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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