Html Css Color HEX #042FCE Persian Blue

📋 copy color: '#042FCE'

red 4 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #042FCE

Tints of Persian Blue #042FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 80.16%

R = 1.56%
G = 18.29%
B = 80.16%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#042FCE (or 0x042FCE) is known color: Persian Blue. HEX triplet: 04, 2F and CE. RGB value is (4,47,206). Sum of RGB (Red+Green+Blue) = 4+47+206=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 206 (80.86% from 255 or 80.16% from 257); Max value from RGB is 206 - color contains mainly: blue. Hex color #042FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042FCE is #FBD031. Grayscale: #333333. Windows color (decimal): -16502834 or 13512452. OLE color: 13512452.

HSL color Cylindrical-coordinate representation of color #042FCE: hue angle of 227.23º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042FCE is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 47 206 -
CMYK 0.98 0.77 0 0.19
HSL 227.23º 0.96% 0.41% -
HSV(B) 227.23º 0.98% 0.81% -
XYZ 12.21 6.52 59.01 -
YUV 52.27 214.75 93.57 -
System Red Green Blue C M Y K H S L
Decimal 4 47 206 0.98 0.77 0 0.19 227.23 0.96 0.41
Hex 4 2F CE 62 4D 0 13 E3 60 29
Octal 4 57 316 142 115 0 23 343 140 51
Binary 100 101111 11001110 1100010 1001101 0 10011 11100011 1100000 101001

Color Harmonies of #042FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042FCE

Black with #042FCE

Text Example


Text Example

White with #042FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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