Html Css Color HEX #0230DD Persian Blue

📋 copy color: '#0230DD'

red 2 ◦ green 48 ◦ blue 221

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

Shades of Persian Blue #0230DD

Tints of Persian Blue #0230DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

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

R = 0.74%
G = 17.71%
B = 81.55%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0230DD (or 0x0230DD) is known color: Persian Blue. HEX triplet: 02, 30 and DD. RGB value is (2,48,221). Sum of RGB (Red+Green+Blue) = 2+48+221=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 221 (86.72% from 255 or 81.55% from 271); Max value from RGB is 221 - color contains mainly: blue. Hex color #0230DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0230DD is #FDCF22. Grayscale: #353535. Windows color (decimal): -16633635 or 14495746. OLE color: 14495746.

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

Color convert

RGB 2 48 221 -
CMYK 0.99 0.78 0 0.13
HSL 227.4º 0.98% 0.44% -
HSV(B) 227.4º 0.99% 0.87% -
XYZ 14.13 7.35 69.08 -
YUV 53.97 222.26 90.93 -
System Red Green Blue C M Y K H S L
Decimal 2 48 221 0.99 0.78 0 0.13 227.4 0.98 0.44
Hex 2 30 DD 63 4E 0 D E3 62 2C
Octal 2 60 335 143 116 0 15 343 142 54
Binary 10 110000 11011101 1100011 1001110 0 1101 11100011 1100010 101100

Color Harmonies of #0230DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0230DD

Black with #0230DD

Text Example


Text Example

White with #0230DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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