Html Css Color HEX #042DCC Persian Blue

📋 copy color: '#042DCC'

red 4 ◦ green 45 ◦ blue 204

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

Shades of Persian Blue #042DCC

Tints of Persian Blue #042DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.79%

 BLUE value IS 204 (80.08% from 255) = 80.63%

R = 1.58%
G = 17.79%
B = 80.63%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#042DCC (or 0x042DCC) is known color: Persian Blue. HEX triplet: 04, 2D and CC. RGB value is (4,45,204). Sum of RGB (Red+Green+Blue) = 4+45+204=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 204 (80.08% from 255 or 80.63% from 253); Max value from RGB is 204 - color contains mainly: blue. Hex color #042DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042DCC is #FBD233. Grayscale: #323232. Windows color (decimal): -16503348 or 13380868. OLE color: 13380868.

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

Color convert

RGB 4 45 204 -
CMYK 0.98 0.78 0 0.2
HSL 227.7º 0.96% 0.41% -
HSV(B) 227.7º 0.98% 0.8% -
XYZ 11.89 6.26 57.71 -
YUV 50.87 214.42 94.57 -
System Red Green Blue C M Y K H S L
Decimal 4 45 204 0.98 0.78 0 0.2 227.7 0.96 0.41
Hex 4 2D CC 62 4E 0 14 E4 60 29
Octal 4 55 314 142 116 0 24 344 140 51
Binary 100 101101 11001100 1100010 1001110 0 10100 11100100 1100000 101001

Color Harmonies of #042DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042DCC

Black with #042DCC

Text Example


Text Example

White with #042DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,45,204); }

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

background-color css

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

 a { background-color: rgb(4,45,204); }

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

border-color css

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

 span { border-color: rgb(4,45,204); }

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