Html Css Color HEX #0428CE Persian Blue

📋 copy color: '#0428CE'

red 4 ◦ green 40 ◦ blue 206

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

Shades of Persian Blue #0428CE

Tints of Persian Blue #0428CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16%

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

R = 1.6%
G = 16%
B = 82.4%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0428CE (or 0x0428CE) is known color: Persian Blue. HEX triplet: 04, 28 and CE. RGB value is (4,40,206). Sum of RGB (Red+Green+Blue) = 4+40+206=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 206 (80.86% from 255 or 82.4% from 250); Max value from RGB is 206 - color contains mainly: blue. Hex color #0428CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0428CE is #FBD731. Grayscale: #2F2F2F. Windows color (decimal): -16504626 or 13510660. OLE color: 13510660.

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

Color convert

RGB 4 40 206 -
CMYK 0.98 0.81 0 0.19
HSL 229.31º 0.96% 0.41% -
HSV(B) 229.31º 0.98% 0.81% -
XYZ 11.95 6 58.92 -
YUV 48.16 217.07 96.5 -
System Red Green Blue C M Y K H S L
Decimal 4 40 206 0.98 0.81 0 0.19 229.31 0.96 0.41
Hex 4 28 CE 62 51 0 13 E5 60 29
Octal 4 50 316 142 121 0 23 345 140 51
Binary 100 101000 11001110 1100010 1010001 0 10011 11100101 1100000 101001

Color Harmonies of #0428CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0428CE

Black with #0428CE

Text Example


Text Example

White with #0428CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0428CE; }

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

 H1.HeaderClassName
 {
   color: #0428CE;
 }
 .AnyTagClassName
 {
   color: #0428CE;
 }
</style>

background-color css

<style>
 a { background-color: #0428CE; }

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

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

border-color css

<style>
 span { border-color: #0428CE; }

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

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