Html Css Color HEX #428FBA Curious Blue

📋 copy color: '#428FBA'

red 66 ◦ green 143 ◦ blue 186

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

Shades of Curious Blue #428FBA

Tints of Curious Blue #428FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.2%

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

R = 16.71%
G = 36.2%
B = 47.09%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#428FBA (or 0x428FBA) is known color: Curious Blue. HEX triplet: 42, 8F and BA. RGB value is (66,143,186). Sum of RGB (Red+Green+Blue) = 66+143+186=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #428FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428FBA is #BD7045. Grayscale: #7C7C7C. Windows color (decimal): -12415046 or 12226370. OLE color: 12226370.

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

Color convert

RGB 66 143 186 -
CMYK 0.65 0.23 0 0.27
HSL 201.5º 0.48% 0.49% -
HSV(B) 201.5º 0.65% 0.73% -
XYZ 20.93 24.35 50.05 -
YUV 124.88 162.49 86 -
System Red Green Blue C M Y K H S L
Decimal 66 143 186 0.65 0.23 0 0.27 201.5 0.48 0.49
Hex 42 8F BA 41 17 0 1B CA 30 31
Octal 102 217 272 101 27 0 33 312 60 61
Binary 1000010 10001111 10111010 1000001 10111 0 11011 11001010 110000 110001

Color Harmonies of #428FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428FBA

Black with #428FBA

Text Example


Text Example

White with #428FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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