Html Css Color HEX #428CCC Curious Blue

📋 copy color: '#428CCC'

red 66 ◦ green 140 ◦ blue 204

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

Shades of Curious Blue #428CCC

Tints of Curious Blue #428CCC

RGB

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

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

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

R = 16.1%
G = 34.15%
B = 49.76%

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

#428CCC (or 0x428CCC) is known color: Curious Blue. HEX triplet: 42, 8C and CC. RGB value is (66,140,204). Sum of RGB (Red+Green+Blue) = 66+140+204=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #428CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428CCC is #BD7333. Grayscale: #7C7C7C. Windows color (decimal): -12415796 or 13405250. OLE color: 13405250.

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

Color convert

RGB 66 140 204 -
CMYK 0.68 0.31 0 0.2
HSL 207.83º 0.58% 0.53% -
HSV(B) 207.83º 0.68% 0.8% -
XYZ 22.52 24.27 60.62 -
YUV 125.17 172.48 85.8 -
System Red Green Blue C M Y K H S L
Decimal 66 140 204 0.68 0.31 0 0.2 207.83 0.58 0.53
Hex 42 8C CC 44 1F 0 14 D0 3A 35
Octal 102 214 314 104 37 0 24 320 72 65
Binary 1000010 10001100 11001100 1000100 11111 0 10100 11010000 111010 110101

Color Harmonies of #428CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428CCC

Black with #428CCC

Text Example


Text Example

White with #428CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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