Html Css Color HEX #428CDD Picton Blue

📋 copy color: '#428CDD'

red 66 ◦ green 140 ◦ blue 221

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

Shades of Picton Blue #428CDD

Tints of Picton Blue #428CDD

RGB

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

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

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

R = 15.46%
G = 32.79%
B = 51.76%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#428CDD (or 0x428CDD) is known color: Picton Blue. HEX triplet: 42, 8C and DD. RGB value is (66,140,221). Sum of RGB (Red+Green+Blue) = 66+140+221=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #428CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428CDD is #BD7322. Grayscale: #7E7E7E. Windows color (decimal): -12415779 or 14519362. OLE color: 14519362.

HSL color Cylindrical-coordinate representation of color #428CDD: hue angle of 211.35º 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 #428CDD is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 140 221 -
CMYK 0.70 0.37 0 0.13
HSL 211.35º 0.7% 0.56% -
HSV(B) 211.35º 0.7% 0.87% -
XYZ 24.68 25.13 71.96 -
YUV 127.11 180.98 84.41 -
System Red Green Blue C M Y K H S L
Decimal 66 140 221 0.70 0.37 0 0.13 211.35 0.7 0.56
Hex 42 8C DD 46 25 0 D D3 46 38
Octal 102 214 335 106 45 0 15 323 106 70
Binary 1000010 10001100 11011101 1000110 100101 0 1101 11010011 1000110 111000

Color Harmonies of #428CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428CDD

Black with #428CDD

Text Example


Text Example

White with #428CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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