Html Css Color HEX #0434DF Persian Blue

📋 copy color: '#0434DF'

red 4 ◦ green 52 ◦ blue 223

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

Shades of Persian Blue #0434DF

Tints of Persian Blue #0434DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 79.93%

R = 1.43%
G = 18.64%
B = 79.93%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0434DF (or 0x0434DF) is known color: Persian Blue. HEX triplet: 04, 34 and DF. RGB value is (4,52,223). Sum of RGB (Red+Green+Blue) = 4+52+223=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 223 (87.5% from 255 or 79.93% from 279); Max value from RGB is 223 - color contains mainly: blue. Hex color #0434DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0434DF is #FBCB20. Grayscale: #383838. Windows color (decimal): -16501537 or 14627844. OLE color: 14627844.

HSL color Cylindrical-coordinate representation of color #0434DF: hue angle of 226.85º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0434DF is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 52 223 -
CMYK 0.98 0.77 0 0.13
HSL 226.85º 0.96% 0.45% -
HSV(B) 226.85º 0.98% 0.87% -
XYZ 14.6 7.81 70.55 -
YUV 57.14 221.6 90.1 -
System Red Green Blue C M Y K H S L
Decimal 4 52 223 0.98 0.77 0 0.13 226.85 0.96 0.45
Hex 4 34 DF 62 4D 0 D E3 60 2D
Octal 4 64 337 142 115 0 15 343 140 55
Binary 100 110100 11011111 1100010 1001101 0 1101 11100011 1100000 101101

Color Harmonies of #0434DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0434DF

Black with #0434DF

Text Example


Text Example

White with #0434DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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