Html Css Color HEX #0038DE Persian Blue

📋 copy color: '#0038DE'

red 0 ◦ green 56 ◦ blue 222

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

Shades of Persian Blue #0038DE

Tints of Persian Blue #0038DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 79.86%

R = 0%
G = 20.14%
B = 79.86%

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

#0038DE (or 0x0038DE) is known color: Persian Blue. HEX triplet: 00, 38 and DE. RGB value is (0,56,222). Sum of RGB (Red+Green+Blue) = 0+56+222=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 222 (87.11% from 255 or 79.86% from 278); Max value from RGB is 222 - color contains mainly: blue. Hex color #0038DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0038DE is #FFC721. Grayscale: #393939. Windows color (decimal): -16762658 or 14563328. OLE color: 14563328.

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

Color convert

RGB 0 56 222 -
CMYK 1 0.75 0 0.13
HSL 224.86º 1% 0.44% -
HSV(B) 224.86º 1% 0.87% -
XYZ 14.6 8.1 69.9 -
YUV 58.18 220.45 86.5 -
System Red Green Blue C M Y K H S L
Decimal 0 56 222 1 0.75 0 0.13 224.86 1 0.44
Hex 0 38 DE 64 4B 0 D E1 64 2C
Octal 0 70 336 144 113 0 15 341 144 54
Binary 0 111000 11011110 1100100 1001011 0 1101 11100001 1100100 101100

Color Harmonies of #0038DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0038DE

Black with #0038DE

Text Example


Text Example

White with #0038DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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