Html Css Color HEX #256CDC Royal Blue

📋 copy color: '#256CDC'

red 37 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #256CDC

Tints of Royal Blue #256CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.59%

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

R = 10.14%
G = 29.59%
B = 60.27%

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

#256CDC (or 0x256CDC) is known color: Royal Blue. HEX triplet: 25, 6C and DC. RGB value is (37,108,220). Sum of RGB (Red+Green+Blue) = 37+108+220=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #256CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256CDC is #DA9323. Grayscale: #636363. Windows color (decimal): -14324516 or 14445605. OLE color: 14445605.

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

Color convert

RGB 37 108 220 -
CMYK 0.83 0.51 0 0.14
HSL 216.72º 0.72% 0.5% -
HSV(B) 216.72º 0.83% 0.86% -
XYZ 19.04 16.29 69.85 -
YUV 99.54 195.98 83.39 -
System Red Green Blue C M Y K H S L
Decimal 37 108 220 0.83 0.51 0 0.14 216.72 0.72 0.5
Hex 25 6C DC 53 33 0 E D9 48 32
Octal 45 154 334 123 63 0 16 331 110 62
Binary 100101 1101100 11011100 1010011 110011 0 1110 11011001 1001000 110010

Color Harmonies of #256CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256CDC

Black with #256CDC

Text Example


Text Example

White with #256CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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