Html Css Color HEX #0230CE Persian Blue

📋 copy color: '#0230CE'

red 2 ◦ green 48 ◦ blue 206

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

Shades of Persian Blue #0230CE

Tints of Persian Blue #0230CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 80.47%

R = 0.78%
G = 18.75%
B = 80.47%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0230CE (or 0x0230CE) is known color: Persian Blue. HEX triplet: 02, 30 and CE. RGB value is (2,48,206). Sum of RGB (Red+Green+Blue) = 2+48+206=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #0230CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0230CE is #FDCF31. Grayscale: #333333. Windows color (decimal): -16633650 or 13512706. OLE color: 13512706.

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

Color convert

RGB 2 48 206 -
CMYK 0.99 0.77 0 0.19
HSL 226.47º 0.98% 0.41% -
HSV(B) 226.47º 0.99% 0.81% -
XYZ 12.22 6.58 59.02 -
YUV 52.26 214.76 92.15 -
System Red Green Blue C M Y K H S L
Decimal 2 48 206 0.99 0.77 0 0.19 226.47 0.98 0.41
Hex 2 30 CE 63 4D 0 13 E2 62 29
Octal 2 60 316 143 115 0 23 342 142 51
Binary 10 110000 11001110 1100011 1001101 0 10011 11100010 1100010 101001

Color Harmonies of #0230CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0230CE

Black with #0230CE

Text Example


Text Example

White with #0230CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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