Html Css Color HEX #428BCC Curious Blue

📋 copy color: '#428BCC'

red 66 ◦ green 139 ◦ blue 204

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

Shades of Curious Blue #428BCC

Tints of Curious Blue #428BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.99%

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

R = 16.14%
G = 33.99%
B = 49.88%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#428BCC (or 0x428BCC) is known color: Curious Blue. HEX triplet: 42, 8B and CC. RGB value is (66,139,204). Sum of RGB (Red+Green+Blue) = 66+139+204=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #428BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428BCC is #BD7433. Grayscale: #7C7C7C. Windows color (decimal): -12416052 or 13404994. OLE color: 13404994.

HSL color Cylindrical-coordinate representation of color #428BCC: hue angle of 208.26º 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 #428BCC is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 139 204 -
CMYK 0.68 0.32 0 0.2
HSL 208.26º 0.58% 0.53% -
HSV(B) 208.26º 0.68% 0.8% -
XYZ 22.38 23.98 60.58 -
YUV 124.58 172.82 86.21 -
System Red Green Blue C M Y K H S L
Decimal 66 139 204 0.68 0.32 0 0.2 208.26 0.58 0.53
Hex 42 8B CC 44 20 0 14 D0 3A 35
Octal 102 213 314 104 40 0 24 320 72 65
Binary 1000010 10001011 11001100 1000100 100000 0 10100 11010000 111010 110101

Color Harmonies of #428BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428BCC

Black with #428BCC

Text Example


Text Example

White with #428BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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