Html Css Color HEX #428CE0 Picton Blue

📋 copy color: '#428CE0'

red 66 ◦ green 140 ◦ blue 224

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

Shades of Picton Blue #428CE0

Tints of Picton Blue #428CE0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.56%

 BLUE value IS 224 (87.89% from 255) = 52.09%

R = 15.35%
G = 32.56%
B = 52.09%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#428CE0 (or 0x428CE0) is known color: Picton Blue. HEX triplet: 42, 8C and E0. RGB value is (66,140,224). Sum of RGB (Red+Green+Blue) = 66+140+224=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #428CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428CE0 is #BD731F. Grayscale: #7F7F7F. Windows color (decimal): -12415776 or 14715970. OLE color: 14715970.

HSL color Cylindrical-coordinate representation of color #428CE0: hue angle of 211.9º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #428CE0 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 140 224 -
CMYK 0.71 0.38 0 0.12
HSL 211.9º 0.72% 0.57% -
HSV(B) 211.9º 0.71% 0.88% -
XYZ 25.08 25.3 74.08 -
YUV 127.45 182.48 84.17 -
System Red Green Blue C M Y K H S L
Decimal 66 140 224 0.71 0.38 0 0.12 211.9 0.72 0.57
Hex 42 8C E0 47 26 0 C D4 48 39
Octal 102 214 340 107 46 0 14 324 110 71
Binary 1000010 10001100 11100000 1000111 100110 0 1100 11010100 1001000 111001

Color Harmonies of #428CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428CE0

Black with #428CE0

Text Example


Text Example

White with #428CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,140,224); }

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

background-color css

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

 a { background-color: rgb(66,140,224); }

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

border-color css

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

 span { border-color: rgb(66,140,224); }

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