Html Css Color HEX #0D38DF Persian Blue

📋 copy color: '#0D38DF'

red 13 ◦ green 56 ◦ blue 223

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

Shades of Persian Blue #0D38DF

Tints of Persian Blue #0D38DF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.18%

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

R = 4.45%
G = 19.18%
B = 76.37%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D38DF (or 0x0D38DF) is known color: Persian Blue. HEX triplet: 0D, 38 and DF. RGB value is (13,56,223). Sum of RGB (Red+Green+Blue) = 13+56+223=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 223 (87.5% from 255 or 76.37% from 292); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D38DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D38DF is #F2C720. Grayscale: #3D3D3D. Windows color (decimal): -15910689 or 14628877. OLE color: 14628877.

HSL color Cylindrical-coordinate representation of color #0D38DF: hue angle of 227.71º 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 #0D38DF is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 56 223 -
CMYK 0.94 0.75 0 0.13
HSL 227.71º 0.89% 0.46% -
HSV(B) 227.71º 0.94% 0.87% -
XYZ 14.9 8.24 70.62 -
YUV 62.18 218.75 92.92 -
System Red Green Blue C M Y K H S L
Decimal 13 56 223 0.94 0.75 0 0.13 227.71 0.89 0.46
Hex D 38 DF 5E 4B 0 D E4 59 2E
Octal 15 70 337 136 113 0 15 344 131 56
Binary 1101 111000 11011111 1011110 1001011 0 1101 11100100 1011001 101110

Color Harmonies of #0D38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D38DF

Black with #0D38DF

Text Example


Text Example

White with #0D38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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