Html Css Color HEX #2509FF Blue

📋 copy color: '#2509FF'

red 37 ◦ green 9 ◦ blue 255

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

Shades of Blue #2509FF

Tints of Blue #2509FF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.99%

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

R = 12.29%
G = 2.99%
B = 84.72%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2509FF (or 0x2509FF) is known color: Blue. HEX triplet: 25, 09 and FF. RGB value is (37,9,255). Sum of RGB (Red+Green+Blue) = 37+9+255=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 255 (100% from 255 or 84.72% from 301); Max value from RGB is 255 - color contains mainly: blue. Hex color #2509FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2509FF is #DAF600. Grayscale: #2C2C2C. Windows color (decimal): -14349825 or 16714021. OLE color: 16714021.

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

Color convert

RGB 37 9 255 -
CMYK 0.85 0.96 0 0
HSL 246.83º 1% 0.52% -
HSV(B) 246.83º 0.96% 1% -
XYZ 18.91 7.81 95.12 -
YUV 45.42 246.28 122 -
System Red Green Blue C M Y K H S L
Decimal 37 9 255 0.85 0.96 0 0 246.83 1 0.52
Hex 25 9 FF 55 60 0 0 F7 64 34
Octal 45 11 377 125 140 0 0 367 144 64
Binary 100101 1001 11111111 1010101 1100000 0 0 11110111 1100100 110100

Color Harmonies of #2509FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2509FF

Black with #2509FF

Text Example


Text Example

White with #2509FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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