Html Css Color HEX #0225F2 Blue

📋 copy color: '#0225F2'

red 2 ◦ green 37 ◦ blue 242

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

Shades of Blue #0225F2

Tints of Blue #0225F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 86.12%

R = 0.71%
G = 13.17%
B = 86.12%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0225F2 (or 0x0225F2) is known color: Blue. HEX triplet: 02, 25 and F2. RGB value is (2,37,242). Sum of RGB (Red+Green+Blue) = 2+37+242=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 242 (94.92% from 255 or 86.12% from 281); Max value from RGB is 242 - color contains mainly: blue. Hex color #0225F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0225F2 is #FDDA0D. Grayscale: #313131. Windows color (decimal): -16636430 or 15869186. OLE color: 15869186.

HSL color Cylindrical-coordinate representation of color #0225F2: hue angle of 231.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0225F2 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 37 242 -
CMYK 0.99 0.85 0 0.05
HSL 231.25º 0.98% 0.48% -
HSV(B) 231.25º 0.99% 0.95% -
XYZ 16.71 7.75 84.62 -
YUV 49.91 236.4 93.83 -
System Red Green Blue C M Y K H S L
Decimal 2 37 242 0.99 0.85 0 0.05 231.25 0.98 0.48
Hex 2 25 F2 63 55 0 5 E7 62 30
Octal 2 45 362 143 125 0 5 347 142 60
Binary 10 100101 11110010 1100011 1010101 0 101 11100111 1100010 110000

Color Harmonies of #0225F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0225F2

Black with #0225F2

Text Example


Text Example

White with #0225F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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