Html Css Color HEX #428ABC Curious Blue

📋 copy color: '#428ABC'

red 66 ◦ green 138 ◦ blue 188

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

Shades of Curious Blue #428ABC

Tints of Curious Blue #428ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 16.84%
G = 35.2%
B = 47.96%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#428ABC (or 0x428ABC) is known color: Curious Blue. HEX triplet: 42, 8A and BC. RGB value is (66,138,188). Sum of RGB (Red+Green+Blue) = 66+138+188=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #428ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428ABC is #BD7543. Grayscale: #797979. Windows color (decimal): -12416324 or 12356162. OLE color: 12356162.

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

Color convert

RGB 66 138 188 -
CMYK 0.65 0.27 0 0.26
HSL 204.59º 0.48% 0.5% -
HSV(B) 204.59º 0.65% 0.74% -
XYZ 20.41 22.97 50.93 -
YUV 122.17 165.15 87.93 -
System Red Green Blue C M Y K H S L
Decimal 66 138 188 0.65 0.27 0 0.26 204.59 0.48 0.5
Hex 42 8A BC 41 1B 0 1A CD 30 32
Octal 102 212 274 101 33 0 32 315 60 62
Binary 1000010 10001010 10111100 1000001 11011 0 11010 11001101 110000 110010

Color Harmonies of #428ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428ABC

Black with #428ABC

Text Example


Text Example

White with #428ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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