Html Css Color HEX #256EEC Royal Blue

📋 copy color: '#256EEC'

red 37 ◦ green 110 ◦ blue 236

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

Shades of Royal Blue #256EEC

Tints of Royal Blue #256EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.62%

R = 9.66%
G = 28.72%
B = 61.62%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#256EEC (or 0x256EEC) is known color: Royal Blue. HEX triplet: 25, 6E and EC. RGB value is (37,110,236). Sum of RGB (Red+Green+Blue) = 37+110+236=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #256EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256EEC is #DA9113. Grayscale: #656565. Windows color (decimal): -14323988 or 15494693. OLE color: 15494693.

HSL color Cylindrical-coordinate representation of color #256EEC: hue angle of 217.99º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #256EEC is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 110 236 -
CMYK 0.84 0.53 0 0.07
HSL 217.99º 0.84% 0.54% -
HSV(B) 217.99º 0.84% 0.93% -
XYZ 21.48 17.6 81.62 -
YUV 102.54 203.32 81.25 -
System Red Green Blue C M Y K H S L
Decimal 37 110 236 0.84 0.53 0 0.07 217.99 0.84 0.54
Hex 25 6E EC 54 35 0 7 DA 54 36
Octal 45 156 354 124 65 0 7 332 124 66
Binary 100101 1101110 11101100 1010100 110101 0 111 11011010 1010100 110110

Color Harmonies of #256EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256EEC

Black with #256EEC

Text Example


Text Example

White with #256EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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