Html Css Color HEX #428EDF Picton Blue

📋 copy color: '#428EDF'

red 66 ◦ green 142 ◦ blue 223

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

Shades of Picton Blue #428EDF

Tints of Picton Blue #428EDF

RGB

 RED value IS 66 (26.17% from 255) = 15.31%

 GREEN value IS 142 (55.86% from 255) = 32.95%

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 15.31%
G = 32.95%
B = 51.74%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#428EDF (or 0x428EDF) is known color: Picton Blue. HEX triplet: 42, 8E and DF. RGB value is (66,142,223). Sum of RGB (Red+Green+Blue) = 66+142+223=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #428EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428EDF is #BD7120. Grayscale: #808080. Windows color (decimal): -12415265 or 14650946. OLE color: 14650946.

HSL color Cylindrical-coordinate representation of color #428EDF: hue angle of 210.96º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #428EDF is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 142 223 -
CMYK 0.70 0.36 0 0.13
HSL 210.96º 0.71% 0.57% -
HSV(B) 210.96º 0.7% 0.87% -
XYZ 25.24 25.83 73.47 -
YUV 128.51 181.32 83.41 -
System Red Green Blue C M Y K H S L
Decimal 66 142 223 0.70 0.36 0 0.13 210.96 0.71 0.57
Hex 42 8E DF 46 24 0 D D3 47 39
Octal 102 216 337 106 44 0 15 323 107 71
Binary 1000010 10001110 11011111 1000110 100100 0 1101 11010011 1000111 111001

Color Harmonies of #428EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428EDF

Black with #428EDF

Text Example


Text Example

White with #428EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428EDF; }

 p { color: rgb(66,142,223); }

 H1.HeaderClassName
 {
   color: #428EDF;
 }
 .AnyTagClassName
 {
   color: #428EDF;
 }
</style>

background-color css

<style>
 a { background-color: #428EDF; }

 a { background-color: rgb(66,142,223); }

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

border-color css

<style>
 span { border-color: #428EDF; }

 span { border-color: rgb(66,142,223); }

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