Html Css Color HEX #0232DD Persian Blue

📋 copy color: '#0232DD'

red 2 ◦ green 50 ◦ blue 221

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

Shades of Persian Blue #0232DD

Tints of Persian Blue #0232DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.32%

 BLUE value IS 221 (86.72% from 255) = 80.95%

R = 0.73%
G = 18.32%
B = 80.95%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0232DD (or 0x0232DD) is known color: Persian Blue. HEX triplet: 02, 32 and DD. RGB value is (2,50,221). Sum of RGB (Red+Green+Blue) = 2+50+221=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #0232DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0232DD is #FDCD22. Grayscale: #363636. Windows color (decimal): -16633123 or 14496258. OLE color: 14496258.

HSL color Cylindrical-coordinate representation of color #0232DD: hue angle of 226.85º 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 #0232DD is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 50 221 -
CMYK 0.99 0.77 0 0.13
HSL 226.85º 0.98% 0.44% -
HSV(B) 226.85º 0.99% 0.87% -
XYZ 14.22 7.51 69.11 -
YUV 55.14 221.6 90.1 -
System Red Green Blue C M Y K H S L
Decimal 2 50 221 0.99 0.77 0 0.13 226.85 0.98 0.44
Hex 2 32 DD 63 4D 0 D E3 62 2C
Octal 2 62 335 143 115 0 15 343 142 54
Binary 10 110010 11011101 1100011 1001101 0 1101 11100011 1100010 101100

Color Harmonies of #0232DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0232DD

Black with #0232DD

Text Example


Text Example

White with #0232DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0232DD; }

 p { color: rgb(2,50,221); }

 H1.HeaderClassName
 {
   color: #0232DD;
 }
 .AnyTagClassName
 {
   color: #0232DD;
 }
</style>

background-color css

<style>
 a { background-color: #0232DD; }

 a { background-color: rgb(2,50,221); }

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

border-color css

<style>
 span { border-color: #0232DD; }

 span { border-color: rgb(2,50,221); }

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