Html Css Color HEX #0239DD Persian Blue

📋 copy color: '#0239DD'

red 2 ◦ green 57 ◦ blue 221

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

Shades of Persian Blue #0239DD

Tints of Persian Blue #0239DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 78.93%

R = 0.71%
G = 20.36%
B = 78.93%

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

#0239DD (or 0x0239DD) is known color: Persian Blue. HEX triplet: 02, 39 and DD. RGB value is (2,57,221). Sum of RGB (Red+Green+Blue) = 2+57+221=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 221 (86.72% from 255 or 78.93% from 280); Max value from RGB is 221 - color contains mainly: blue. Hex color #0239DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0239DD is #FDC622. Grayscale: #3A3A3A. Windows color (decimal): -16631331 or 14498050. OLE color: 14498050.

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

Color convert

RGB 2 57 221 -
CMYK 0.99 0.74 0 0.13
HSL 224.93º 0.98% 0.44% -
HSV(B) 224.93º 0.99% 0.87% -
XYZ 14.54 8.16 69.22 -
YUV 59.25 219.28 87.16 -
System Red Green Blue C M Y K H S L
Decimal 2 57 221 0.99 0.74 0 0.13 224.93 0.98 0.44
Hex 2 39 DD 63 4A 0 D E1 62 2C
Octal 2 71 335 143 112 0 15 341 142 54
Binary 10 111001 11011101 1100011 1001010 0 1101 11100001 1100010 101100

Color Harmonies of #0239DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0239DD

Black with #0239DD

Text Example


Text Example

White with #0239DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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