Html Css Color HEX #0225ED Blue

📋 copy color: '#0225ED'

red 2 ◦ green 37 ◦ blue 237

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

Shades of Blue #0225ED

Tints of Blue #0225ED

RGB

 RED value IS 2 (1.17% from 255) = 0.72%

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

 BLUE value IS 237 (92.97% from 255) = 85.87%

R = 0.72%
G = 13.41%
B = 85.87%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0225ED (or 0x0225ED) is known color: Blue. HEX triplet: 02, 25 and ED. RGB value is (2,37,237). Sum of RGB (Red+Green+Blue) = 2+37+237=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 237 (92.97% from 255 or 85.87% from 276); Max value from RGB is 237 - color contains mainly: blue. Hex color #0225ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0225ED is #FDDA12. Grayscale: #303030. Windows color (decimal): -16636435 or 15541506. OLE color: 15541506.

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

Color convert

RGB 2 37 237 -
CMYK 0.99 0.84 0 0.07
HSL 231.06º 0.98% 0.47% -
HSV(B) 231.06º 0.99% 0.93% -
XYZ 15.97 7.45 80.72 -
YUV 49.34 233.9 94.24 -
System Red Green Blue C M Y K H S L
Decimal 2 37 237 0.99 0.84 0 0.07 231.06 0.98 0.47
Hex 2 25 ED 63 54 0 7 E7 62 2F
Octal 2 45 355 143 124 0 7 347 142 57
Binary 10 100101 11101101 1100011 1010100 0 111 11100111 1100010 101111

Color Harmonies of #0225ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0225ED

Black with #0225ED

Text Example


Text Example

White with #0225ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0225ED; }

 p { color: rgb(2,37,237); }

 H1.HeaderClassName
 {
   color: #0225ED;
 }
 .AnyTagClassName
 {
   color: #0225ED;
 }
</style>

background-color css

<style>
 a { background-color: #0225ED; }

 a { background-color: rgb(2,37,237); }

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

border-color css

<style>
 span { border-color: #0225ED; }

 span { border-color: rgb(2,37,237); }

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