Html Css Color HEX #0239CE Persian Blue

📋 copy color: '#0239CE'

red 2 ◦ green 57 ◦ blue 206

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

Shades of Persian Blue #0239CE

Tints of Persian Blue #0239CE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

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

R = 0.75%
G = 21.51%
B = 77.74%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0239CE (or 0x0239CE) is known color: Persian Blue. HEX triplet: 02, 39 and CE. RGB value is (2,57,206). Sum of RGB (Red+Green+Blue) = 2+57+206=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 206 (80.86% from 255 or 77.74% from 265); Max value from RGB is 206 - color contains mainly: blue. Hex color #0239CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0239CE is #FDC631. Grayscale: #383838. Windows color (decimal): -16631346 or 13515010. OLE color: 13515010.

HSL color Cylindrical-coordinate representation of color #0239CE: hue angle of 223.82º 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 #0239CE is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 57 206 -
CMYK 0.99 0.72 0 0.19
HSL 223.82º 0.98% 0.41% -
HSV(B) 223.82º 0.99% 0.81% -
XYZ 12.63 7.4 59.15 -
YUV 57.54 211.78 88.38 -
System Red Green Blue C M Y K H S L
Decimal 2 57 206 0.99 0.72 0 0.19 223.82 0.98 0.41
Hex 2 39 CE 63 48 0 13 E0 62 29
Octal 2 71 316 143 110 0 23 340 142 51
Binary 10 111001 11001110 1100011 1001000 0 10011 11100000 1100010 101001

Color Harmonies of #0239CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0239CE

Black with #0239CE

Text Example


Text Example

White with #0239CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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