Html Css Color HEX #428CBC Curious Blue

📋 copy color: '#428CBC'

red 66 ◦ green 140 ◦ blue 188

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

Shades of Curious Blue #428CBC

Tints of Curious Blue #428CBC

RGB

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

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

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

R = 16.75%
G = 35.53%
B = 47.72%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#428CBC (or 0x428CBC) is known color: Curious Blue. HEX triplet: 42, 8C and BC. RGB value is (66,140,188). Sum of RGB (Red+Green+Blue) = 66+140+188=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #428CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428CBC is #BD7343. Grayscale: #7B7B7B. Windows color (decimal): -12415812 or 12356674. OLE color: 12356674.

HSL color Cylindrical-coordinate representation of color #428CBC: hue angle of 203.61º 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 #428CBC is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 140 188 -
CMYK 0.65 0.26 0 0.26
HSL 203.61º 0.48% 0.5% -
HSV(B) 203.61º 0.65% 0.74% -
XYZ 20.7 23.55 51.03 -
YUV 123.35 164.48 87.1 -
System Red Green Blue C M Y K H S L
Decimal 66 140 188 0.65 0.26 0 0.26 203.61 0.48 0.5
Hex 42 8C BC 41 1A 0 1A CC 30 32
Octal 102 214 274 101 32 0 32 314 60 62
Binary 1000010 10001100 10111100 1000001 11010 0 11010 11001100 110000 110010

Color Harmonies of #428CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428CBC

Black with #428CBC

Text Example


Text Example

White with #428CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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