Html Css Color HEX #0229D7 Persian Blue

📋 copy color: '#0229D7'

red 2 ◦ green 41 ◦ blue 215

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

Shades of Persian Blue #0229D7

Tints of Persian Blue #0229D7

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.89%

 BLUE value IS 215 (84.38% from 255) = 83.33%

R = 0.78%
G = 15.89%
B = 83.33%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0229D7 (or 0x0229D7) is known color: Persian Blue. HEX triplet: 02, 29 and D7. RGB value is (2,41,215). Sum of RGB (Red+Green+Blue) = 2+41+215=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 215 (84.38% from 255 or 83.33% from 258); Max value from RGB is 215 - color contains mainly: blue. Hex color #0229D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0229D7 is #FDD628. Grayscale: #303030. Windows color (decimal): -16635433 or 14100738. OLE color: 14100738.

HSL color Cylindrical-coordinate representation of color #0229D7: hue angle of 229.01º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0229D7 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 41 215 -
CMYK 0.99 0.81 0 0.16
HSL 229.01º 0.98% 0.43% -
HSV(B) 229.01º 0.99% 0.84% -
XYZ 13.08 6.51 64.86 -
YUV 49.18 221.58 94.35 -
System Red Green Blue C M Y K H S L
Decimal 2 41 215 0.99 0.81 0 0.16 229.01 0.98 0.43
Hex 2 29 D7 63 51 0 10 E5 62 2B
Octal 2 51 327 143 121 0 20 345 142 53
Binary 10 101001 11010111 1100011 1010001 0 10000 11100101 1100010 101011

Color Harmonies of #0229D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0229D7

Black with #0229D7

Text Example


Text Example

White with #0229D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0229D7; }

 p { color: rgb(2,41,215); }

 H1.HeaderClassName
 {
   color: #0229D7;
 }
 .AnyTagClassName
 {
   color: #0229D7;
 }
</style>

background-color css

<style>
 a { background-color: #0229D7; }

 a { background-color: rgb(2,41,215); }

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

border-color css

<style>
 span { border-color: #0229D7; }

 span { border-color: rgb(2,41,215); }

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