Html Css Color HEX #428FC0 Curious Blue

📋 copy color: '#428FC0'

red 66 ◦ green 143 ◦ blue 192

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

Shades of Curious Blue #428FC0

Tints of Curious Blue #428FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.88%

R = 16.46%
G = 35.66%
B = 47.88%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#428FC0 (or 0x428FC0) is known color: Curious Blue. HEX triplet: 42, 8F and C0. RGB value is (66,143,192). Sum of RGB (Red+Green+Blue) = 66+143+192=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #428FC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428FC0 is #BD703F. Grayscale: #7D7D7D. Windows color (decimal): -12415040 or 12619586. OLE color: 12619586.

HSL color Cylindrical-coordinate representation of color #428FC0: hue angle of 203.33º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #428FC0 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 143 192 -
CMYK 0.66 0.26 0 0.25
HSL 203.33º 0.5% 0.51% -
HSV(B) 203.33º 0.66% 0.75% -
XYZ 21.58 24.61 53.48 -
YUV 125.56 165.49 85.52 -
System Red Green Blue C M Y K H S L
Decimal 66 143 192 0.66 0.26 0 0.25 203.33 0.5 0.51
Hex 42 8F C0 42 1A 0 19 CB 32 33
Octal 102 217 300 102 32 0 31 313 62 63
Binary 1000010 10001111 11000000 1000010 11010 0 11001 11001011 110010 110011

Color Harmonies of #428FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428FC0

Black with #428FC0

Text Example


Text Example

White with #428FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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