Html Css Color HEX #428DBC Curious Blue

📋 copy color: '#428DBC'

red 66 ◦ green 141 ◦ blue 188

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

Shades of Curious Blue #428DBC

Tints of Curious Blue #428DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 16.71%
G = 35.7%
B = 47.59%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#428DBC (or 0x428DBC) is known color: Curious Blue. HEX triplet: 42, 8D and BC. RGB value is (66,141,188). Sum of RGB (Red+Green+Blue) = 66+141+188=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #428DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DBC is #BD7243. Grayscale: #7B7B7B. Windows color (decimal): -12415556 or 12356930. OLE color: 12356930.

HSL color Cylindrical-coordinate representation of color #428DBC: hue angle of 203.11º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #428DBC is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 141 188 -
CMYK 0.65 0.25 0 0.26
HSL 203.11º 0.48% 0.5% -
HSV(B) 203.11º 0.65% 0.74% -
XYZ 20.85 23.84 51.08 -
YUV 123.93 164.15 86.68 -
System Red Green Blue C M Y K H S L
Decimal 66 141 188 0.65 0.25 0 0.26 203.11 0.48 0.5
Hex 42 8D BC 41 19 0 1A CB 30 32
Octal 102 215 274 101 31 0 32 313 60 62
Binary 1000010 10001101 10111100 1000001 11001 0 11010 11001011 110000 110010

Color Harmonies of #428DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428DBC

Black with #428DBC

Text Example


Text Example

White with #428DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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