Html Css Color HEX #428CBD Curious Blue

📋 copy color: '#428CBD'

red 66 ◦ green 140 ◦ blue 189

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

Shades of Curious Blue #428CBD

Tints of Curious Blue #428CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 16.71%
G = 35.44%
B = 47.85%

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

#428CBD (or 0x428CBD) is known color: Curious Blue. HEX triplet: 42, 8C and BD. RGB value is (66,140,189). Sum of RGB (Red+Green+Blue) = 66+140+189=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #428CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428CBD is #BD7342. Grayscale: #7B7B7B. Windows color (decimal): -12415811 or 12422210. OLE color: 12422210.

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

Color convert

RGB 66 140 189 -
CMYK 0.65 0.26 0 0.26
HSL 203.9º 0.48% 0.5% -
HSV(B) 203.9º 0.65% 0.74% -
XYZ 20.81 23.59 51.6 -
YUV 123.46 164.98 87.02 -
System Red Green Blue C M Y K H S L
Decimal 66 140 189 0.65 0.26 0 0.26 203.9 0.48 0.5
Hex 42 8C BD 41 1A 0 1A CC 30 32
Octal 102 214 275 101 32 0 32 314 60 62
Binary 1000010 10001100 10111101 1000001 11010 0 11010 11001100 110000 110010

Color Harmonies of #428CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428CBD

Black with #428CBD

Text Example


Text Example

White with #428CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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