Html Css Color HEX #428ECE Curious Blue

📋 copy color: '#428ECE'

red 66 ◦ green 142 ◦ blue 206

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

Shades of Curious Blue #428ECE

Tints of Curious Blue #428ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 15.94%
G = 34.3%
B = 49.76%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#428ECE (or 0x428ECE) is known color: Curious Blue. HEX triplet: 42, 8E and CE. RGB value is (66,142,206). Sum of RGB (Red+Green+Blue) = 66+142+206=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #428ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428ECE is #BD7131. Grayscale: #7E7E7E. Windows color (decimal): -12415282 or 13536834. OLE color: 13536834.

HSL color Cylindrical-coordinate representation of color #428ECE: hue angle of 207.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #428ECE is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 142 206 -
CMYK 0.68 0.31 0 0.19
HSL 207.43º 0.59% 0.53% -
HSV(B) 207.43º 0.68% 0.81% -
XYZ 23.06 24.96 61.99 -
YUV 126.57 172.82 84.8 -
System Red Green Blue C M Y K H S L
Decimal 66 142 206 0.68 0.31 0 0.19 207.43 0.59 0.53
Hex 42 8E CE 44 1F 0 13 CF 3B 35
Octal 102 216 316 104 37 0 23 317 73 65
Binary 1000010 10001110 11001110 1000100 11111 0 10011 11001111 111011 110101

Color Harmonies of #428ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428ECE

Black with #428ECE

Text Example


Text Example

White with #428ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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