Html Css Color HEX #0229DF Persian Blue

📋 copy color: '#0229DF'

red 2 ◦ green 41 ◦ blue 223

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

Shades of Persian Blue #0229DF

Tints of Persian Blue #0229DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 83.83%

R = 0.75%
G = 15.41%
B = 83.83%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0229DF (or 0x0229DF) is known color: Persian Blue. HEX triplet: 02, 29 and DF. RGB value is (2,41,223). Sum of RGB (Red+Green+Blue) = 2+41+223=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 223 (87.5% from 255 or 83.83% from 266); Max value from RGB is 223 - color contains mainly: blue. Hex color #0229DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0229DF is #FDD620. Grayscale: #313131. Windows color (decimal): -16635425 or 14625026. OLE color: 14625026.

HSL color Cylindrical-coordinate representation of color #0229DF: hue angle of 229.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0229DF is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 41 223 -
CMYK 0.99 0.82 0 0.13
HSL 229.41º 0.98% 0.44% -
HSV(B) 229.41º 0.99% 0.87% -
XYZ 14.14 6.93 70.4 -
YUV 50.09 225.58 93.7 -
System Red Green Blue C M Y K H S L
Decimal 2 41 223 0.99 0.82 0 0.13 229.41 0.98 0.44
Hex 2 29 DF 63 52 0 D E5 62 2C
Octal 2 51 337 143 122 0 15 345 142 54
Binary 10 101001 11011111 1100011 1010010 0 1101 11100101 1100010 101100

Color Harmonies of #0229DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0229DF

Black with #0229DF

Text Example


Text Example

White with #0229DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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