Html Css Color HEX #428AC0 Curious Blue

📋 copy color: '#428AC0'

red 66 ◦ green 138 ◦ blue 192

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

Shades of Curious Blue #428AC0

Tints of Curious Blue #428AC0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.85%

 BLUE value IS 192 (75.39% from 255) = 48.48%

R = 16.67%
G = 34.85%
B = 48.48%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#428AC0 (or 0x428AC0) is known color: Curious Blue. HEX triplet: 42, 8A and C0. RGB value is (66,138,192). Sum of RGB (Red+Green+Blue) = 66+138+192=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #428AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428AC0 is #BD753F. Grayscale: #7A7A7A. Windows color (decimal): -12416320 or 12618306. OLE color: 12618306.

HSL color Cylindrical-coordinate representation of color #428AC0: hue angle of 205.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #428AC0 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 138 192 -
CMYK 0.66 0.28 0 0.25
HSL 205.71º 0.5% 0.51% -
HSV(B) 205.71º 0.66% 0.75% -
XYZ 20.85 23.14 53.24 -
YUV 122.63 167.15 87.61 -
System Red Green Blue C M Y K H S L
Decimal 66 138 192 0.66 0.28 0 0.25 205.71 0.5 0.51
Hex 42 8A C0 42 1C 0 19 CE 32 33
Octal 102 212 300 102 34 0 31 316 62 63
Binary 1000010 10001010 11000000 1000010 11100 0 11001 11001110 110010 110011

Color Harmonies of #428AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428AC0

Black with #428AC0

Text Example


Text Example

White with #428AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,138,192); }

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

background-color css

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

 a { background-color: rgb(66,138,192); }

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

border-color css

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

 span { border-color: rgb(66,138,192); }

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