Html Css Color HEX #0230DF Persian Blue

📋 copy color: '#0230DF'

red 2 ◦ green 48 ◦ blue 223

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

Shades of Persian Blue #0230DF

Tints of Persian Blue #0230DF

RGB

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

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

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

R = 0.73%
G = 17.58%
B = 81.68%

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

#0230DF (or 0x0230DF) is known color: Persian Blue. HEX triplet: 02, 30 and DF. RGB value is (2,48,223). Sum of RGB (Red+Green+Blue) = 2+48+223=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 223 (87.5% from 255 or 81.68% from 273); Max value from RGB is 223 - color contains mainly: blue. Hex color #0230DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0230DF is #FDCF20. Grayscale: #353535. Windows color (decimal): -16633633 or 14626818. OLE color: 14626818.

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

Color convert

RGB 2 48 223 -
CMYK 0.99 0.78 0 0.13
HSL 227.51º 0.98% 0.44% -
HSV(B) 227.51º 0.99% 0.87% -
XYZ 14.4 7.45 70.49 -
YUV 54.2 223.26 90.77 -
System Red Green Blue C M Y K H S L
Decimal 2 48 223 0.99 0.78 0 0.13 227.51 0.98 0.44
Hex 2 30 DF 63 4E 0 D E4 62 2C
Octal 2 60 337 143 116 0 15 344 142 54
Binary 10 110000 11011111 1100011 1001110 0 1101 11100100 1100010 101100

Color Harmonies of #0230DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0230DF

Black with #0230DF

Text Example


Text Example

White with #0230DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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