Html Css Color HEX #256BDC Royal Blue

📋 copy color: '#256BDC'

red 37 ◦ green 107 ◦ blue 220

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

Shades of Royal Blue #256BDC

Tints of Royal Blue #256BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.4%

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

R = 10.16%
G = 29.4%
B = 60.44%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#256BDC (or 0x256BDC) is known color: Royal Blue. HEX triplet: 25, 6B and DC. RGB value is (37,107,220). Sum of RGB (Red+Green+Blue) = 37+107+220=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #256BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256BDC is #DA9423. Grayscale: #626262. Windows color (decimal): -14324772 or 14445349. OLE color: 14445349.

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

Color convert

RGB 37 107 220 -
CMYK 0.83 0.51 0 0.14
HSL 217.05º 0.72% 0.5% -
HSV(B) 217.05º 0.83% 0.86% -
XYZ 18.94 16.08 69.81 -
YUV 98.95 196.31 83.81 -
System Red Green Blue C M Y K H S L
Decimal 37 107 220 0.83 0.51 0 0.14 217.05 0.72 0.5
Hex 25 6B DC 53 33 0 E D9 48 32
Octal 45 153 334 123 63 0 16 331 110 62
Binary 100101 1101011 11011100 1010011 110011 0 1110 11011001 1001000 110010

Color Harmonies of #256BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256BDC

Black with #256BDC

Text Example


Text Example

White with #256BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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