Html Css Color HEX #0530EB Persian Blue

📋 copy color: '#0530EB'

red 5 ◦ green 48 ◦ blue 235

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

Shades of Persian Blue #0530EB

Tints of Persian Blue #0530EB

RGB

 RED value IS 5 (2.34% from 255) = 1.74%

 GREEN value IS 48 (19.14% from 255) = 16.67%

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

R = 1.74%
G = 16.67%
B = 81.6%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0530EB (or 0x0530EB) is known color: Persian Blue. HEX triplet: 05, 30 and EB. RGB value is (5,48,235). Sum of RGB (Red+Green+Blue) = 5+48+235=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 235 (92.19% from 255 or 81.60% from 288); Max value from RGB is 235 - color contains mainly: blue. Hex color #0530EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0530EB is #FACF14. Grayscale: #373737. Windows color (decimal): -16437013 or 15413253. OLE color: 15413253.

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

Color convert

RGB 5 48 235 -
CMYK 0.98 0.80 0 0.08
HSL 228.78º 0.96% 0.47% -
HSV(B) 228.78º 0.98% 0.92% -
XYZ 16.11 8.14 79.32 -
YUV 56.46 228.75 91.29 -
System Red Green Blue C M Y K H S L
Decimal 5 48 235 0.98 0.80 0 0.08 228.78 0.96 0.47
Hex 5 30 EB 62 50 0 8 E5 60 2F
Octal 5 60 353 142 120 0 10 345 140 57
Binary 101 110000 11101011 1100010 1010000 0 1000 11100101 1100000 101111

Color Harmonies of #0530EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0530EB

Black with #0530EB

Text Example


Text Example

White with #0530EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,48,235); }

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

background-color css

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

 a { background-color: rgb(5,48,235); }

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

border-color css

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

 span { border-color: rgb(5,48,235); }

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