Html Css Color HEX #428BBE Curious Blue

📋 copy color: '#428BBE'

red 66 ◦ green 139 ◦ blue 190

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

Shades of Curious Blue #428BBE

Tints of Curious Blue #428BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.19%

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 16.71%
G = 35.19%
B = 48.1%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#428BBE (or 0x428BBE) is known color: Curious Blue. HEX triplet: 42, 8B and BE. RGB value is (66,139,190). Sum of RGB (Red+Green+Blue) = 66+139+190=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #428BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428BBE is #BD7441. Grayscale: #7A7A7A. Windows color (decimal): -12416066 or 12487490. OLE color: 12487490.

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

Color convert

RGB 66 139 190 -
CMYK 0.65 0.27 0 0.25
HSL 204.68º 0.49% 0.5% -
HSV(B) 204.68º 0.65% 0.75% -
XYZ 20.77 23.34 52.13 -
YUV 122.99 165.82 87.35 -
System Red Green Blue C M Y K H S L
Decimal 66 139 190 0.65 0.27 0 0.25 204.68 0.49 0.5
Hex 42 8B BE 41 1B 0 19 CD 31 32
Octal 102 213 276 101 33 0 31 315 61 62
Binary 1000010 10001011 10111110 1000001 11011 0 11001 11001101 110001 110010

Color Harmonies of #428BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428BBE

Black with #428BBE

Text Example


Text Example

White with #428BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,139,190); }

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

background-color css

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

 a { background-color: rgb(66,139,190); }

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

border-color css

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

 span { border-color: rgb(66,139,190); }

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