Html Css Color HEX #0239DF Persian Blue

📋 copy color: '#0239DF'

red 2 ◦ green 57 ◦ blue 223

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

Shades of Persian Blue #0239DF

Tints of Persian Blue #0239DF

RGB

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

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

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

R = 0.71%
G = 20.21%
B = 79.08%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0239DF (or 0x0239DF) is known color: Persian Blue. HEX triplet: 02, 39 and DF. RGB value is (2,57,223). Sum of RGB (Red+Green+Blue) = 2+57+223=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 223 (87.5% from 255 or 79.08% from 282); Max value from RGB is 223 - color contains mainly: blue. Hex color #0239DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0239DF is #FDC620. Grayscale: #3A3A3A. Windows color (decimal): -16631329 or 14629122. OLE color: 14629122.

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

Color convert

RGB 2 57 223 -
CMYK 0.99 0.74 0 0.13
HSL 225.07º 0.98% 0.44% -
HSV(B) 225.07º 0.99% 0.87% -
XYZ 14.81 8.27 70.63 -
YUV 59.48 220.28 87 -
System Red Green Blue C M Y K H S L
Decimal 2 57 223 0.99 0.74 0 0.13 225.07 0.98 0.44
Hex 2 39 DF 63 4A 0 D E1 62 2C
Octal 2 71 337 143 112 0 15 341 142 54
Binary 10 111001 11011111 1100011 1001010 0 1101 11100001 1100010 101100

Color Harmonies of #0239DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0239DF

Black with #0239DF

Text Example


Text Example

White with #0239DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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