Html Css Color HEX #0232EB Persian Blue

📋 copy color: '#0232EB'

red 2 ◦ green 50 ◦ blue 235

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

Shades of Persian Blue #0232EB

Tints of Persian Blue #0232EB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.42%

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

R = 0.7%
G = 17.42%
B = 81.88%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0232EB (or 0x0232EB) is known color: Persian Blue. HEX triplet: 02, 32 and EB. RGB value is (2,50,235). Sum of RGB (Red+Green+Blue) = 2+50+235=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 235 (92.19% from 255 or 81.88% from 287); Max value from RGB is 235 - color contains mainly: blue. Hex color #0232EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0232EB is #FDCD14. Grayscale: #373737. Windows color (decimal): -16633109 or 15413762. OLE color: 15413762.

HSL color Cylindrical-coordinate representation of color #0232EB: hue angle of 227.64º 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 #0232EB is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 50 235 -
CMYK 0.99 0.79 0 0.08
HSL 227.64º 0.98% 0.46% -
HSV(B) 227.64º 0.99% 0.92% -
XYZ 16.16 8.29 79.35 -
YUV 56.74 228.6 88.96 -
System Red Green Blue C M Y K H S L
Decimal 2 50 235 0.99 0.79 0 0.08 227.64 0.98 0.46
Hex 2 32 EB 63 4F 0 8 E4 62 2E
Octal 2 62 353 143 117 0 10 344 142 56
Binary 10 110010 11101011 1100011 1001111 0 1000 11100100 1100010 101110

Color Harmonies of #0232EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0232EB

Black with #0232EB

Text Example


Text Example

White with #0232EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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