Html Css Color HEX #0D30DF Persian Blue

📋 copy color: '#0D30DF'

red 13 ◦ green 48 ◦ blue 223

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

Shades of Persian Blue #0D30DF

Tints of Persian Blue #0D30DF

RGB

 RED value IS 13 (5.47% from 255) = 4.58%

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

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

R = 4.58%
G = 16.9%
B = 78.52%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D30DF (or 0x0D30DF) is known color: Persian Blue. HEX triplet: 0D, 30 and DF. RGB value is (13,48,223). Sum of RGB (Red+Green+Blue) = 13+48+223=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 223 (87.5% from 255 or 78.52% from 284); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D30DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D30DF is #F2CF20. Grayscale: #383838. Windows color (decimal): -15912737 or 14626829. OLE color: 14626829.

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

Color convert

RGB 13 48 223 -
CMYK 0.94 0.78 0 0.13
HSL 230º 0.89% 0.46% -
HSV(B) 230º 0.94% 0.87% -
XYZ 14.54 7.53 70.5 -
YUV 57.49 221.4 96.27 -
System Red Green Blue C M Y K H S L
Decimal 13 48 223 0.94 0.78 0 0.13 230 0.89 0.46
Hex D 30 DF 5E 4E 0 D E6 59 2E
Octal 15 60 337 136 116 0 15 346 131 56
Binary 1101 110000 11011111 1011110 1001110 0 1101 11100110 1011001 101110

Color Harmonies of #0D30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D30DF

Black with #0D30DF

Text Example


Text Example

White with #0D30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D30DF; }

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

 H1.HeaderClassName
 {
   color: #0D30DF;
 }
 .AnyTagClassName
 {
   color: #0D30DF;
 }
</style>

background-color css

<style>
 a { background-color: #0D30DF; }

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

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

border-color css

<style>
 span { border-color: #0D30DF; }

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

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