Html Css Color HEX #428CBB Curious Blue

📋 copy color: '#428CBB'

red 66 ◦ green 140 ◦ blue 187

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

Shades of Curious Blue #428CBB

Tints of Curious Blue #428CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 16.79%
G = 35.62%
B = 47.58%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#428CBB (or 0x428CBB) is known color: Curious Blue. HEX triplet: 42, 8C and BB. RGB value is (66,140,187). Sum of RGB (Red+Green+Blue) = 66+140+187=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #428CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428CBB is #BD7344. Grayscale: #7A7A7A. Windows color (decimal): -12415813 or 12291138. OLE color: 12291138.

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

Color convert

RGB 66 140 187 -
CMYK 0.65 0.25 0 0.27
HSL 203.31º 0.48% 0.5% -
HSV(B) 203.31º 0.65% 0.73% -
XYZ 20.59 23.5 50.46 -
YUV 123.23 163.98 87.18 -
System Red Green Blue C M Y K H S L
Decimal 66 140 187 0.65 0.25 0 0.27 203.31 0.48 0.5
Hex 42 8C BB 41 19 0 1B CB 30 32
Octal 102 214 273 101 31 0 33 313 60 62
Binary 1000010 10001100 10111011 1000001 11001 0 11011 11001011 110000 110010

Color Harmonies of #428CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428CBB

Black with #428CBB

Text Example


Text Example

White with #428CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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