Html Css Color HEX #0430EB Persian Blue

📋 copy color: '#0430EB'

red 4 ◦ green 48 ◦ blue 235

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

Shades of Persian Blue #0430EB

Tints of Persian Blue #0430EB

RGB

 RED value IS 4 (1.95% from 255) = 1.39%

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

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

R = 1.39%
G = 16.72%
B = 81.88%

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

#0430EB (or 0x0430EB) is known color: Persian Blue. HEX triplet: 04, 30 and EB. RGB value is (4,48,235). Sum of RGB (Red+Green+Blue) = 4+48+235=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 48 (19.14% from 255 or 16.72% 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 #0430EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0430EB is #FBCF14. Grayscale: #373737. Windows color (decimal): -16502549 or 15413252. OLE color: 15413252.

HSL color Cylindrical-coordinate representation of color #0430EB: hue angle of 228.57º degrees, saturation: 0.97, 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 #0430EB is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 48 235 -
CMYK 0.98 0.80 0 0.08
HSL 228.57º 0.97% 0.47% -
HSV(B) 228.57º 0.98% 0.92% -
XYZ 16.1 8.14 79.32 -
YUV 56.16 228.92 90.79 -
System Red Green Blue C M Y K H S L
Decimal 4 48 235 0.98 0.80 0 0.08 228.57 0.97 0.47
Hex 4 30 EB 62 50 0 8 E5 61 2F
Octal 4 60 353 142 120 0 10 345 141 57
Binary 100 110000 11101011 1100010 1010000 0 1000 11100101 1100001 101111

Color Harmonies of #0430EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0430EB

Black with #0430EB

Text Example


Text Example

White with #0430EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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