Html Css Color HEX #1030DF Persian Blue

📋 copy color: '#1030DF'

red 16 ◦ green 48 ◦ blue 223

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

Shades of Persian Blue #1030DF

Tints of Persian Blue #1030DF

RGB

 RED value IS 16 (6.64% from 255) = 5.57%

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

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

R = 5.57%
G = 16.72%
B = 77.7%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1030DF (or 0x1030DF) is known color: Persian Blue. HEX triplet: 10, 30 and DF. RGB value is (16,48,223). Sum of RGB (Red+Green+Blue) = 16+48+223=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 223 (87.5% from 255 or 77.70% from 287); Max value from RGB is 223 - color contains mainly: blue. Hex color #1030DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1030DF is #EFCF20. Grayscale: #393939. Windows color (decimal): -15716129 or 14626832. OLE color: 14626832.

HSL color Cylindrical-coordinate representation of color #1030DF: hue angle of 230.72º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1030DF is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 48 223 -
CMYK 0.93 0.78 0 0.13
HSL 230.72º 0.87% 0.47% -
HSV(B) 230.72º 0.93% 0.87% -
XYZ 14.59 7.55 70.5 -
YUV 58.38 220.9 97.77 -
System Red Green Blue C M Y K H S L
Decimal 16 48 223 0.93 0.78 0 0.13 230.72 0.87 0.47
Hex 10 30 DF 5D 4E 0 D E7 57 2F
Octal 20 60 337 135 116 0 15 347 127 57
Binary 10000 110000 11011111 1011101 1001110 0 1101 11100111 1010111 101111

Color Harmonies of #1030DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1030DF

Black with #1030DF

Text Example


Text Example

White with #1030DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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