Html Css Color HEX #0428DD Persian Blue

📋 copy color: '#0428DD'

red 4 ◦ green 40 ◦ blue 221

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

Shades of Persian Blue #0428DD

Tints of Persian Blue #0428DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 83.4%

R = 1.51%
G = 15.09%
B = 83.4%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0428DD (or 0x0428DD) is known color: Persian Blue. HEX triplet: 04, 28 and DD. RGB value is (4,40,221). Sum of RGB (Red+Green+Blue) = 4+40+221=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 221 (86.72% from 255 or 83.40% from 265); Max value from RGB is 221 - color contains mainly: blue. Hex color #0428DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0428DD is #FBD722. Grayscale: #313131. Windows color (decimal): -16504611 or 14493700. OLE color: 14493700.

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

Color convert

RGB 4 40 221 -
CMYK 0.98 0.82 0 0.13
HSL 230.05º 0.96% 0.44% -
HSV(B) 230.05º 0.98% 0.87% -
XYZ 13.86 6.76 68.98 -
YUV 49.87 224.57 95.28 -
System Red Green Blue C M Y K H S L
Decimal 4 40 221 0.98 0.82 0 0.13 230.05 0.96 0.44
Hex 4 28 DD 62 52 0 D E6 60 2C
Octal 4 50 335 142 122 0 15 346 140 54
Binary 100 101000 11011101 1100010 1010010 0 1101 11100110 1100000 101100

Color Harmonies of #0428DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0428DD

Black with #0428DD

Text Example


Text Example

White with #0428DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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