Html Css Color HEX #042CDE Persian Blue

📋 copy color: '#042CDE'

red 4 ◦ green 44 ◦ blue 222

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

Shades of Persian Blue #042CDE

Tints of Persian Blue #042CDE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.3%

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

R = 1.48%
G = 16.3%
B = 82.22%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#042CDE (or 0x042CDE) is known color: Persian Blue. HEX triplet: 04, 2C and DE. RGB value is (4,44,222). Sum of RGB (Red+Green+Blue) = 4+44+222=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 222 (87.11% from 255 or 82.22% from 270); Max value from RGB is 222 - color contains mainly: blue. Hex color #042CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042CDE is #FBD321. Grayscale: #333333. Windows color (decimal): -16503586 or 14560260. OLE color: 14560260.

HSL color Cylindrical-coordinate representation of color #042CDE: hue angle of 228.99º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042CDE is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 44 222 -
CMYK 0.98 0.80 0 0.13
HSL 228.99º 0.96% 0.44% -
HSV(B) 228.99º 0.98% 0.87% -
XYZ 14.14 7.1 69.73 -
YUV 52.33 223.75 93.53 -
System Red Green Blue C M Y K H S L
Decimal 4 44 222 0.98 0.80 0 0.13 228.99 0.96 0.44
Hex 4 2C DE 62 50 0 D E5 60 2C
Octal 4 54 336 142 120 0 15 345 140 54
Binary 100 101100 11011110 1100010 1010000 0 1101 11100101 1100000 101100

Color Harmonies of #042CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042CDE

Black with #042CDE

Text Example


Text Example

White with #042CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,44,222); }

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

background-color css

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

 a { background-color: rgb(4,44,222); }

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

border-color css

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

 span { border-color: rgb(4,44,222); }

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