Html Css Color HEX #0225FD Blue

📋 copy color: '#0225FD'

red 2 ◦ green 37 ◦ blue 253

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

Shades of Blue #0225FD

Tints of Blue #0225FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 86.64%

R = 0.68%
G = 12.67%
B = 86.64%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0225FD (or 0x0225FD) is known color: Blue. HEX triplet: 02, 25 and FD. RGB value is (2,37,253). Sum of RGB (Red+Green+Blue) = 2+37+253=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 253 (99.22% from 255 or 86.64% from 292); Max value from RGB is 253 - color contains mainly: blue. Hex color #0225FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0225FD is #FDDA02. Grayscale: #323232. Windows color (decimal): -16636419 or 16590082. OLE color: 16590082.

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

Color convert

RGB 2 37 253 -
CMYK 0.99 0.85 0 0.01
HSL 231.63º 0.98% 0.5% -
HSV(B) 231.63º 0.99% 0.99% -
XYZ 18.42 8.43 93.58 -
YUV 51.16 241.9 92.94 -
System Red Green Blue C M Y K H S L
Decimal 2 37 253 0.99 0.85 0 0.01 231.63 0.98 0.5
Hex 2 25 FD 63 55 0 1 E8 62 32
Octal 2 45 375 143 125 0 1 350 142 62
Binary 10 100101 11111101 1100011 1010101 0 1 11101000 1100010 110010

Color Harmonies of #0225FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0225FD

Black with #0225FD

Text Example


Text Example

White with #0225FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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