Html Css Color HEX #0440CD Persian Blue

📋 copy color: '#0440CD'

red 4 ◦ green 64 ◦ blue 205

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

Shades of Persian Blue #0440CD

Tints of Persian Blue #0440CD

RGB

 RED value IS 4 (1.95% from 255) = 1.47%

 GREEN value IS 64 (25.39% from 255) = 23.44%

 BLUE value IS 205 (80.47% from 255) = 75.09%

R = 1.47%
G = 23.44%
B = 75.09%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0440CD (or 0x0440CD) is known color: Persian Blue. HEX triplet: 04, 40 and CD. RGB value is (4,64,205). Sum of RGB (Red+Green+Blue) = 4+64+205=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #0440CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0440CD is #FBBF32. Grayscale: #3D3D3D. Windows color (decimal): -16498483 or 13451268. OLE color: 13451268.

HSL color Cylindrical-coordinate representation of color #0440CD: hue angle of 222.09º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0440CD is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 64 205 -
CMYK 0.98 0.69 0 0.20
HSL 222.09º 0.96% 0.41% -
HSV(B) 222.09º 0.98% 0.8% -
XYZ 12.9 8.1 58.64 -
YUV 62.13 208.62 86.54 -
System Red Green Blue C M Y K H S L
Decimal 4 64 205 0.98 0.69 0 0.20 222.09 0.96 0.41
Hex 4 40 CD 62 45 0 14 DE 60 29
Octal 4 100 315 142 105 0 24 336 140 51
Binary 100 1000000 11001101 1100010 1000101 0 10100 11011110 1100000 101001

Color Harmonies of #0440CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0440CD

Black with #0440CD

Text Example


Text Example

White with #0440CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0440CD; }

 p { color: rgb(4,64,205); }

 H1.HeaderClassName
 {
   color: #0440CD;
 }
 .AnyTagClassName
 {
   color: #0440CD;
 }
</style>

background-color css

<style>
 a { background-color: #0440CD; }

 a { background-color: rgb(4,64,205); }

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

border-color css

<style>
 span { border-color: #0440CD; }

 span { border-color: rgb(4,64,205); }

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