Html Css Color HEX #428AC2 Curious Blue

📋 copy color: '#428AC2'

red 66 ◦ green 138 ◦ blue 194

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

Shades of Curious Blue #428AC2

Tints of Curious Blue #428AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.74%

R = 16.58%
G = 34.67%
B = 48.74%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#428AC2 (or 0x428AC2) is known color: Curious Blue. HEX triplet: 42, 8A and C2. RGB value is (66,138,194). Sum of RGB (Red+Green+Blue) = 66+138+194=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #428AC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428AC2 is #BD753D. Grayscale: #7A7A7A. Windows color (decimal): -12416318 or 12749378. OLE color: 12749378.

HSL color Cylindrical-coordinate representation of color #428AC2: hue angle of 206.25º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #428AC2 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 138 194 -
CMYK 0.66 0.29 0 0.24
HSL 206.25º 0.51% 0.51% -
HSV(B) 206.25º 0.66% 0.76% -
XYZ 21.07 23.23 54.41 -
YUV 122.86 168.15 87.45 -
System Red Green Blue C M Y K H S L
Decimal 66 138 194 0.66 0.29 0 0.24 206.25 0.51 0.51
Hex 42 8A C2 42 1D 0 18 CE 33 33
Octal 102 212 302 102 35 0 30 316 63 63
Binary 1000010 10001010 11000010 1000010 11101 0 11000 11001110 110011 110011

Color Harmonies of #428AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428AC2

Black with #428AC2

Text Example


Text Example

White with #428AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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