Html Css Color HEX #0225D1 Persian Blue

📋 copy color: '#0225D1'

red 2 ◦ green 37 ◦ blue 209

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

Shades of Persian Blue #0225D1

Tints of Persian Blue #0225D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 84.27%

R = 0.81%
G = 14.92%
B = 84.27%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0225D1 (or 0x0225D1) is known color: Persian Blue. HEX triplet: 02, 25 and D1. RGB value is (2,37,209). Sum of RGB (Red+Green+Blue) = 2+37+209=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 209 (82.03% from 255 or 84.27% from 248); Max value from RGB is 209 - color contains mainly: blue. Hex color #0225D1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0225D1 is #FDDA2E. Grayscale: #2D2D2D. Windows color (decimal): -16636463 or 13706498. OLE color: 13706498.

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

Color convert

RGB 2 37 209 -
CMYK 0.99 0.82 0 0.18
HSL 229.86º 0.98% 0.41% -
HSV(B) 229.86º 0.99% 0.82% -
XYZ 12.2 5.94 60.83 -
YUV 46.14 219.9 96.51 -
System Red Green Blue C M Y K H S L
Decimal 2 37 209 0.99 0.82 0 0.18 229.86 0.98 0.41
Hex 2 25 D1 63 52 0 12 E6 62 29
Octal 2 45 321 143 122 0 22 346 142 51
Binary 10 100101 11010001 1100011 1010010 0 10010 11100110 1100010 101001

Color Harmonies of #0225D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0225D1

Black with #0225D1

Text Example


Text Example

White with #0225D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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