Html Css Color HEX #042FCF Persian Blue

📋 copy color: '#042FCF'

red 4 ◦ green 47 ◦ blue 207

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

Shades of Persian Blue #042FCF

Tints of Persian Blue #042FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 80.23%

R = 1.55%
G = 18.22%
B = 80.23%

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

#042FCF (or 0x042FCF) is known color: Persian Blue. HEX triplet: 04, 2F and CF. RGB value is (4,47,207). Sum of RGB (Red+Green+Blue) = 4+47+207=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 207 (81.25% from 255 or 80.23% from 258); Max value from RGB is 207 - color contains mainly: blue. Hex color #042FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042FCF is #FBD030. Grayscale: #333333. Windows color (decimal): -16502833 or 13577988. OLE color: 13577988.

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

Color convert

RGB 4 47 207 -
CMYK 0.98 0.77 0 0.19
HSL 227.29º 0.96% 0.41% -
HSV(B) 227.29º 0.98% 0.81% -
XYZ 12.33 6.56 59.65 -
YUV 52.38 215.25 93.49 -
System Red Green Blue C M Y K H S L
Decimal 4 47 207 0.98 0.77 0 0.19 227.29 0.96 0.41
Hex 4 2F CF 62 4D 0 13 E3 60 29
Octal 4 57 317 142 115 0 23 343 140 51
Binary 100 101111 11001111 1100010 1001101 0 10011 11100011 1100000 101001

Color Harmonies of #042FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042FCF

Black with #042FCF

Text Example


Text Example

White with #042FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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