Html Css Color HEX #0430DF Persian Blue

📋 copy color: '#0430DF'

red 4 ◦ green 48 ◦ blue 223

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

Shades of Persian Blue #0430DF

Tints of Persian Blue #0430DF

RGB

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

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

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

R = 1.45%
G = 17.45%
B = 81.09%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0430DF (or 0x0430DF) is known color: Persian Blue. HEX triplet: 04, 30 and DF. RGB value is (4,48,223). Sum of RGB (Red+Green+Blue) = 4+48+223=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 223 (87.5% from 255 or 81.09% from 275); Max value from RGB is 223 - color contains mainly: blue. Hex color #0430DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0430DF is #FBCF20. Grayscale: #363636. Windows color (decimal): -16502561 or 14626820. OLE color: 14626820.

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

Color convert

RGB 4 48 223 -
CMYK 0.98 0.78 0 0.13
HSL 227.95º 0.96% 0.45% -
HSV(B) 227.95º 0.98% 0.87% -
XYZ 14.43 7.47 70.49 -
YUV 54.79 222.92 91.77 -
System Red Green Blue C M Y K H S L
Decimal 4 48 223 0.98 0.78 0 0.13 227.95 0.96 0.45
Hex 4 30 DF 62 4E 0 D E4 60 2D
Octal 4 60 337 142 116 0 15 344 140 55
Binary 100 110000 11011111 1100010 1001110 0 1101 11100100 1100000 101101

Color Harmonies of #0430DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0430DF

Black with #0430DF

Text Example


Text Example

White with #0430DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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