Html Css Color HEX #2025FF Blue

📋 copy color: '#2025FF'

red 32 ◦ green 37 ◦ blue 255

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

Shades of Blue #2025FF

Tints of Blue #2025FF

RGB

 RED value IS 32 (12.89% from 255) = 9.88%

 GREEN value IS 37 (14.84% from 255) = 11.42%

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

R = 9.88%
G = 11.42%
B = 78.7%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2025FF (or 0x2025FF) is known color: Blue. HEX triplet: 20, 25 and FF. RGB value is (32,37,255). Sum of RGB (Red+Green+Blue) = 32+37+255=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #2025FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2025FF is #DFDA00. Grayscale: #3B3B3B. Windows color (decimal): -14670337 or 16721184. OLE color: 16721184.

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

Color convert

RGB 32 37 255 -
CMYK 0.87 0.85 0 0
HSL 238.65º 1% 0.56% -
HSV(B) 238.65º 0.87% 1% -
XYZ 19.31 8.85 95.3 -
YUV 60.36 237.84 107.77 -
System Red Green Blue C M Y K H S L
Decimal 32 37 255 0.87 0.85 0 0 238.65 1 0.56
Hex 20 25 FF 57 55 0 0 EF 64 38
Octal 40 45 377 127 125 0 0 357 144 70
Binary 100000 100101 11111111 1010111 1010101 0 0 11101111 1100100 111000

Color Harmonies of #2025FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2025FF

Black with #2025FF

Text Example


Text Example

White with #2025FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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