Html Css Color HEX #0230CD Persian Blue

📋 copy color: '#0230CD'

red 2 ◦ green 48 ◦ blue 205

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

Shades of Persian Blue #0230CD

Tints of Persian Blue #0230CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 80.39%

R = 0.78%
G = 18.82%
B = 80.39%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0230CD (or 0x0230CD) is known color: Persian Blue. HEX triplet: 02, 30 and CD. RGB value is (2,48,205). Sum of RGB (Red+Green+Blue) = 2+48+205=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 205 (80.47% from 255 or 80.39% from 255); Max value from RGB is 205 - color contains mainly: blue. Hex color #0230CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0230CD is #FDCF32. Grayscale: #333333. Windows color (decimal): -16633651 or 13447170. OLE color: 13447170.

HSL color Cylindrical-coordinate representation of color #0230CD: hue angle of 226.4º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0230CD is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 48 205 -
CMYK 0.99 0.77 0 0.20
HSL 226.4º 0.98% 0.41% -
HSV(B) 226.4º 0.99% 0.8% -
XYZ 12.1 6.53 58.38 -
YUV 52.14 214.26 92.23 -
System Red Green Blue C M Y K H S L
Decimal 2 48 205 0.99 0.77 0 0.20 226.4 0.98 0.41
Hex 2 30 CD 63 4D 0 14 E2 62 29
Octal 2 60 315 143 115 0 24 342 142 51
Binary 10 110000 11001101 1100011 1001101 0 10100 11100010 1100010 101001

Color Harmonies of #0230CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0230CD

Black with #0230CD

Text Example


Text Example

White with #0230CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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