Html Css Color HEX #428DCC Curious Blue

📋 copy color: '#428DCC'

red 66 ◦ green 141 ◦ blue 204

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

Shades of Curious Blue #428DCC

Tints of Curious Blue #428DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.31%

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 16.06%
G = 34.31%
B = 49.64%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#428DCC (or 0x428DCC) is known color: Curious Blue. HEX triplet: 42, 8D and CC. RGB value is (66,141,204). Sum of RGB (Red+Green+Blue) = 66+141+204=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #428DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DCC is #BD7233. Grayscale: #7D7D7D. Windows color (decimal): -12415540 or 13405506. OLE color: 13405506.

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

Color convert

RGB 66 141 204 -
CMYK 0.68 0.31 0 0.2
HSL 207.39º 0.58% 0.53% -
HSV(B) 207.39º 0.68% 0.8% -
XYZ 22.67 24.57 60.67 -
YUV 125.76 172.15 85.38 -
System Red Green Blue C M Y K H S L
Decimal 66 141 204 0.68 0.31 0 0.2 207.39 0.58 0.53
Hex 42 8D CC 44 1F 0 14 CF 3A 35
Octal 102 215 314 104 37 0 24 317 72 65
Binary 1000010 10001101 11001100 1000100 11111 0 10100 11001111 111010 110101

Color Harmonies of #428DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428DCC

Black with #428DCC

Text Example


Text Example

White with #428DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,141,204); }

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

background-color css

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

 a { background-color: rgb(66,141,204); }

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

border-color css

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

 span { border-color: rgb(66,141,204); }

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