Html Css Color HEX #428EDE Picton Blue

📋 copy color: '#428EDE'

red 66 ◦ green 142 ◦ blue 222

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

Shades of Picton Blue #428EDE

Tints of Picton Blue #428EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.63%

R = 15.35%
G = 33.02%
B = 51.63%

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

#428EDE (or 0x428EDE) is known color: Picton Blue. HEX triplet: 42, 8E and DE. RGB value is (66,142,222). Sum of RGB (Red+Green+Blue) = 66+142+222=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #428EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428EDE is #BD7121. Grayscale: #808080. Windows color (decimal): -12415266 or 14585410. OLE color: 14585410.

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

Color convert

RGB 66 142 222 -
CMYK 0.70 0.36 0 0.13
HSL 210.77º 0.7% 0.56% -
HSV(B) 210.77º 0.7% 0.87% -
XYZ 25.1 25.78 72.76 -
YUV 128.4 180.82 83.5 -
System Red Green Blue C M Y K H S L
Decimal 66 142 222 0.70 0.36 0 0.13 210.77 0.7 0.56
Hex 42 8E DE 46 24 0 D D3 46 38
Octal 102 216 336 106 44 0 15 323 106 70
Binary 1000010 10001110 11011110 1000110 100100 0 1101 11010011 1000110 111000

Color Harmonies of #428EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428EDE

Black with #428EDE

Text Example


Text Example

White with #428EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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