Html Css Color HEX #0038DF Persian Blue

📋 copy color: '#0038DF'

red 0 ◦ green 56 ◦ blue 223

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

Shades of Persian Blue #0038DF

Tints of Persian Blue #0038DF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 20.07%
B = 79.93%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0038DF (or 0x0038DF) is known color: Persian Blue. HEX triplet: 00, 38 and DF. RGB value is (0,56,223). Sum of RGB (Red+Green+Blue) = 0+56+223=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 56 (22.27% from 255 or 20.07% 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 #0038DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0038DF is #FFC720. Grayscale: #393939. Windows color (decimal): -16762657 or 14628864. OLE color: 14628864.

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

Color convert

RGB 0 56 223 -
CMYK 1 0.75 0 0.13
HSL 224.93º 1% 0.44% -
HSV(B) 224.93º 1% 0.87% -
XYZ 14.73 8.16 70.61 -
YUV 58.29 220.95 86.42 -
System Red Green Blue C M Y K H S L
Decimal 0 56 223 1 0.75 0 0.13 224.93 1 0.44
Hex 0 38 DF 64 4B 0 D E1 64 2C
Octal 0 70 337 144 113 0 15 341 144 54
Binary 0 111000 11011111 1100100 1001011 0 1101 11100001 1100100 101100

Color Harmonies of #0038DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0038DF

Black with #0038DF

Text Example


Text Example

White with #0038DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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