Html Css Color HEX #428BBA Curious Blue

📋 copy color: '#428BBA'

red 66 ◦ green 139 ◦ blue 186

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

Shades of Curious Blue #428BBA

Tints of Curious Blue #428BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 16.88%
G = 35.55%
B = 47.57%

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

#428BBA (or 0x428BBA) is known color: Curious Blue. HEX triplet: 42, 8B and BA. RGB value is (66,139,186). Sum of RGB (Red+Green+Blue) = 66+139+186=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #428BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428BBA is #BD7445. Grayscale: #7A7A7A. Windows color (decimal): -12416070 or 12225346. OLE color: 12225346.

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

Color convert

RGB 66 139 186 -
CMYK 0.65 0.25 0 0.27
HSL 203.5º 0.48% 0.49% -
HSV(B) 203.5º 0.65% 0.73% -
XYZ 20.34 23.17 49.85 -
YUV 122.53 163.82 87.68 -
System Red Green Blue C M Y K H S L
Decimal 66 139 186 0.65 0.25 0 0.27 203.5 0.48 0.49
Hex 42 8B BA 41 19 0 1B CC 30 31
Octal 102 213 272 101 31 0 33 314 60 61
Binary 1000010 10001011 10111010 1000001 11001 0 11011 11001100 110000 110001

Color Harmonies of #428BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428BBA

Black with #428BBA

Text Example


Text Example

White with #428BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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