Html Css Color HEX #0239EB Persian Blue

📋 copy color: '#0239EB'

red 2 ◦ green 57 ◦ blue 235

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

Shades of Persian Blue #0239EB

Tints of Persian Blue #0239EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 79.93%

R = 0.68%
G = 19.39%
B = 79.93%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0239EB (or 0x0239EB) is known color: Persian Blue. HEX triplet: 02, 39 and EB. RGB value is (2,57,235). Sum of RGB (Red+Green+Blue) = 2+57+235=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 235 (92.19% from 255 or 79.93% from 294); Max value from RGB is 235 - color contains mainly: blue. Hex color #0239EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0239EB is #FDC614. Grayscale: #3C3C3C. Windows color (decimal): -16631317 or 15415554. OLE color: 15415554.

HSL color Cylindrical-coordinate representation of color #0239EB: hue angle of 225.84º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0239EB is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 57 235 -
CMYK 0.99 0.76 0 0.08
HSL 225.84º 0.98% 0.46% -
HSV(B) 225.84º 0.99% 0.92% -
XYZ 16.48 8.94 79.45 -
YUV 60.85 226.28 86.03 -
System Red Green Blue C M Y K H S L
Decimal 2 57 235 0.99 0.76 0 0.08 225.84 0.98 0.46
Hex 2 39 EB 63 4C 0 8 E2 62 2E
Octal 2 71 353 143 114 0 10 342 142 56
Binary 10 111001 11101011 1100011 1001100 0 1000 11100010 1100010 101110

Color Harmonies of #0239EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0239EB

Black with #0239EB

Text Example


Text Example

White with #0239EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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