Html Css Color HEX #428AB6 Curious Blue

📋 copy color: '#428AB6'

red 66 ◦ green 138 ◦ blue 182

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

Shades of Curious Blue #428AB6

Tints of Curious Blue #428AB6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.75%

 BLUE value IS 182 (71.48% from 255) = 47.15%

R = 17.1%
G = 35.75%
B = 47.15%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#428AB6 (or 0x428AB6) is known color: Curious Blue. HEX triplet: 42, 8A and B6. RGB value is (66,138,182). Sum of RGB (Red+Green+Blue) = 66+138+182=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 182 - color contains mainly: blue. Hex color #428AB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428AB6 is #BD7549. Grayscale: #797979. Windows color (decimal): -12416330 or 11962946. OLE color: 11962946.

HSL color Cylindrical-coordinate representation of color #428AB6: hue angle of 202.76º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #428AB6 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 138 182 -
CMYK 0.64 0.24 0 0.29
HSL 202.76º 0.47% 0.49% -
HSV(B) 202.76º 0.64% 0.71% -
XYZ 19.78 22.71 47.6 -
YUV 121.49 162.15 88.42 -
System Red Green Blue C M Y K H S L
Decimal 66 138 182 0.64 0.24 0 0.29 202.76 0.47 0.49
Hex 42 8A B6 40 18 0 1D CB 2F 31
Octal 102 212 266 100 30 0 35 313 57 61
Binary 1000010 10001010 10110110 1000000 11000 0 11101 11001011 101111 110001

Color Harmonies of #428AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428AB6

Black with #428AB6

Text Example


Text Example

White with #428AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,138,182); }

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

background-color css

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

 a { background-color: rgb(66,138,182); }

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

border-color css

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

 span { border-color: rgb(66,138,182); }

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