Html Css Color HEX #2506EC Blue

📋 copy color: '#2506EC'

red 37 ◦ green 6 ◦ blue 236

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

Shades of Blue #2506EC

Tints of Blue #2506EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.15%

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

R = 13.26%
G = 2.15%
B = 84.59%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2506EC (or 0x2506EC) is known color: Blue. HEX triplet: 25, 06 and EC. RGB value is (37,6,236). Sum of RGB (Red+Green+Blue) = 37+6+236=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 236 (92.58% from 255 or 84.59% from 279); Max value from RGB is 236 - color contains mainly: blue. Hex color #2506EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2506EC is #DAF913. Grayscale: #282828. Windows color (decimal): -14350612 or 15468069. OLE color: 15468069.

HSL color Cylindrical-coordinate representation of color #2506EC: hue angle of 248.09º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2506EC is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 6 236 -
CMYK 0.84 0.97 0 0.07
HSL 248.09º 0.95% 0.47% -
HSV(B) 248.09º 0.97% 0.93% -
XYZ 15.97 6.58 79.79 -
YUV 41.49 237.77 124.8 -
System Red Green Blue C M Y K H S L
Decimal 37 6 236 0.84 0.97 0 0.07 248.09 0.95 0.47
Hex 25 6 EC 54 61 0 7 F8 5F 2F
Octal 45 6 354 124 141 0 7 370 137 57
Binary 100101 110 11101100 1010100 1100001 0 111 11111000 1011111 101111

Color Harmonies of #2506EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2506EC

Black with #2506EC

Text Example


Text Example

White with #2506EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2506EC; }

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

 H1.HeaderClassName
 {
   color: #2506EC;
 }
 .AnyTagClassName
 {
   color: #2506EC;
 }
</style>

background-color css

<style>
 a { background-color: #2506EC; }

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

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

border-color css

<style>
 span { border-color: #2506EC; }

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

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