Html Css Color HEX #042FCD Persian Blue

📋 copy color: '#042FCD'

red 4 ◦ green 47 ◦ blue 205

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

Shades of Persian Blue #042FCD

Tints of Persian Blue #042FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.36%

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

R = 1.56%
G = 18.36%
B = 80.08%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#042FCD (or 0x042FCD) is known color: Persian Blue. HEX triplet: 04, 2F and CD. RGB value is (4,47,205). Sum of RGB (Red+Green+Blue) = 4+47+205=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #042FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042FCD is #FBD032. Grayscale: #333333. Windows color (decimal): -16502835 or 13446916. OLE color: 13446916.

HSL color Cylindrical-coordinate representation of color #042FCD: hue angle of 227.16º 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 #042FCD is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 47 205 -
CMYK 0.98 0.77 0 0.20
HSL 227.16º 0.96% 0.41% -
HSV(B) 227.16º 0.98% 0.8% -
XYZ 12.09 6.47 58.37 -
YUV 52.16 214.25 93.65 -
System Red Green Blue C M Y K H S L
Decimal 4 47 205 0.98 0.77 0 0.20 227.16 0.96 0.41
Hex 4 2F CD 62 4D 0 14 E3 60 29
Octal 4 57 315 142 115 0 24 343 140 51
Binary 100 101111 11001101 1100010 1001101 0 10100 11100011 1100000 101001

Color Harmonies of #042FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042FCD

Black with #042FCD

Text Example


Text Example

White with #042FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042FCD; }

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

 H1.HeaderClassName
 {
   color: #042FCD;
 }
 .AnyTagClassName
 {
   color: #042FCD;
 }
</style>

background-color css

<style>
 a { background-color: #042FCD; }

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

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

border-color css

<style>
 span { border-color: #042FCD; }

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

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