Html Css Color HEX #428AB3 Curious Blue

📋 copy color: '#428AB3'

red 66 ◦ green 138 ◦ blue 179

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

Shades of Curious Blue #428AB3

Tints of Curious Blue #428AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.74%

R = 17.23%
G = 36.03%
B = 46.74%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#428AB3 (or 0x428AB3) is known color: Curious Blue. HEX triplet: 42, 8A and B3. RGB value is (66,138,179). Sum of RGB (Red+Green+Blue) = 66+138+179=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #428AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428AB3 is #BD754C. Grayscale: #787878. Windows color (decimal): -12416333 or 11766338. OLE color: 11766338.

HSL color Cylindrical-coordinate representation of color #428AB3: hue angle of 201.77º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #428AB3 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 138 179 -
CMYK 0.63 0.23 0 0.30
HSL 201.77º 0.46% 0.48% -
HSV(B) 201.77º 0.63% 0.7% -
XYZ 19.47 22.59 45.98 -
YUV 121.15 160.65 88.67 -
System Red Green Blue C M Y K H S L
Decimal 66 138 179 0.63 0.23 0 0.30 201.77 0.46 0.48
Hex 42 8A B3 3F 17 0 1E CA 2E 30
Octal 102 212 263 77 27 0 36 312 56 60
Binary 1000010 10001010 10110011 111111 10111 0 11110 11001010 101110 110000

Color Harmonies of #428AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428AB3

Black with #428AB3

Text Example


Text Example

White with #428AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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