Html Css Color HEX #428ED0 Curious Blue

📋 copy color: '#428ED0'

red 66 ◦ green 142 ◦ blue 208

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

Shades of Curious Blue #428ED0

Tints of Curious Blue #428ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50%

R = 15.87%
G = 34.13%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#428ED0 (or 0x428ED0) is known color: Curious Blue. HEX triplet: 42, 8E and D0. RGB value is (66,142,208). Sum of RGB (Red+Green+Blue) = 66+142+208=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #428ED0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428ED0 is #BD712F. Grayscale: #7E7E7E. Windows color (decimal): -12415280 or 13667906. OLE color: 13667906.

HSL color Cylindrical-coordinate representation of color #428ED0: hue angle of 207.89º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #428ED0 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 142 208 -
CMYK 0.68 0.32 0 0.18
HSL 207.89º 0.6% 0.54% -
HSV(B) 207.89º 0.68% 0.82% -
XYZ 23.3 25.06 63.28 -
YUV 126.8 173.82 84.63 -
System Red Green Blue C M Y K H S L
Decimal 66 142 208 0.68 0.32 0 0.18 207.89 0.6 0.54
Hex 42 8E D0 44 20 0 12 D0 3C 36
Octal 102 216 320 104 40 0 22 320 74 66
Binary 1000010 10001110 11010000 1000100 100000 0 10010 11010000 111100 110110

Color Harmonies of #428ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428ED0

Black with #428ED0

Text Example


Text Example

White with #428ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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