Html Css Color HEX #0434EB Persian Blue

📋 copy color: '#0434EB'

red 4 ◦ green 52 ◦ blue 235

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

Shades of Persian Blue #0434EB

Tints of Persian Blue #0434EB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.87%

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

R = 1.37%
G = 17.87%
B = 80.76%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0434EB (or 0x0434EB) is known color: Persian Blue. HEX triplet: 04, 34 and EB. RGB value is (4,52,235). Sum of RGB (Red+Green+Blue) = 4+52+235=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 235 (92.19% from 255 or 80.76% from 291); Max value from RGB is 235 - color contains mainly: blue. Hex color #0434EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0434EB is #FBCB14. Grayscale: #393939. Windows color (decimal): -16501525 or 15414276. OLE color: 15414276.

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

Color convert

RGB 4 52 235 -
CMYK 0.98 0.78 0 0.08
HSL 227.53º 0.97% 0.47% -
HSV(B) 227.53º 0.98% 0.92% -
XYZ 16.27 8.48 79.38 -
YUV 58.51 227.6 89.12 -
System Red Green Blue C M Y K H S L
Decimal 4 52 235 0.98 0.78 0 0.08 227.53 0.97 0.47
Hex 4 34 EB 62 4E 0 8 E4 61 2F
Octal 4 64 353 142 116 0 10 344 141 57
Binary 100 110100 11101011 1100010 1001110 0 1000 11100100 1100001 101111

Color Harmonies of #0434EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0434EB

Black with #0434EB

Text Example


Text Example

White with #0434EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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