Html Css Color HEX #2508FF Blue

📋 copy color: '#2508FF'

red 37 ◦ green 8 ◦ blue 255

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

Shades of Blue #2508FF

Tints of Blue #2508FF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.67%

 BLUE value IS 255 (100% from 255) = 85%

R = 12.33%
G = 2.67%
B = 85%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2508FF (or 0x2508FF) is known color: Blue. HEX triplet: 25, 08 and FF. RGB value is (37,8,255). Sum of RGB (Red+Green+Blue) = 37+8+255=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 255 (100% from 255 or 85% from 300); Max value from RGB is 255 - color contains mainly: blue. Hex color #2508FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2508FF is #DAF700. Grayscale: #2B2B2B. Windows color (decimal): -14350081 or 16713765. OLE color: 16713765.

HSL color Cylindrical-coordinate representation of color #2508FF: hue angle of 247.04º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2508FF is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 8 255 -
CMYK 0.85 0.97 0 0
HSL 247.04º 1% 0.52% -
HSV(B) 247.04º 0.97% 1% -
XYZ 18.9 7.79 95.11 -
YUV 44.83 246.61 122.42 -
System Red Green Blue C M Y K H S L
Decimal 37 8 255 0.85 0.97 0 0 247.04 1 0.52
Hex 25 8 FF 55 61 0 0 F7 64 34
Octal 45 10 377 125 141 0 0 367 144 64
Binary 100101 1000 11111111 1010101 1100001 0 0 11110111 1100100 110100

Color Harmonies of #2508FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2508FF

Black with #2508FF

Text Example


Text Example

White with #2508FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2508FF; }

 p { color: rgb(37,8,255); }

 H1.HeaderClassName
 {
   color: #2508FF;
 }
 .AnyTagClassName
 {
   color: #2508FF;
 }
</style>

background-color css

<style>
 a { background-color: #2508FF; }

 a { background-color: rgb(37,8,255); }

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

border-color css

<style>
 span { border-color: #2508FF; }

 span { border-color: rgb(37,8,255); }

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