Html Css Color HEX #428EDB Picton Blue

📋 copy color: '#428EDB'

red 66 ◦ green 142 ◦ blue 219

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

Shades of Picton Blue #428EDB

Tints of Picton Blue #428EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 15.46%
G = 33.26%
B = 51.29%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#428EDB (or 0x428EDB) is known color: Picton Blue. HEX triplet: 42, 8E and DB. RGB value is (66,142,219). Sum of RGB (Red+Green+Blue) = 66+142+219=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #428EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428EDB is #BD7124. Grayscale: #7F7F7F. Windows color (decimal): -12415269 or 14388802. OLE color: 14388802.

HSL color Cylindrical-coordinate representation of color #428EDB: hue angle of 210.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #428EDB is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 142 219 -
CMYK 0.70 0.35 0 0.14
HSL 210.2º 0.68% 0.56% -
HSV(B) 210.2º 0.7% 0.86% -
XYZ 24.71 25.62 70.66 -
YUV 128.05 179.32 83.74 -
System Red Green Blue C M Y K H S L
Decimal 66 142 219 0.70 0.35 0 0.14 210.2 0.68 0.56
Hex 42 8E DB 46 23 0 E D2 44 38
Octal 102 216 333 106 43 0 16 322 104 70
Binary 1000010 10001110 11011011 1000110 100011 0 1110 11010010 1000100 111000

Color Harmonies of #428EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428EDB

Black with #428EDB

Text Example


Text Example

White with #428EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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