Html Css Color HEX #428FCD Curious Blue

📋 copy color: '#428FCD'

red 66 ◦ green 143 ◦ blue 205

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

Shades of Curious Blue #428FCD

Tints of Curious Blue #428FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 15.94%
G = 34.54%
B = 49.52%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#428FCD (or 0x428FCD) is known color: Curious Blue. HEX triplet: 42, 8F and CD. RGB value is (66,143,205). Sum of RGB (Red+Green+Blue) = 66+143+205=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #428FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428FCD is #BD7032. Grayscale: #7E7E7E. Windows color (decimal): -12415027 or 13471554. OLE color: 13471554.

HSL color Cylindrical-coordinate representation of color #428FCD: hue angle of 206.76º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #428FCD is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 143 205 -
CMYK 0.68 0.30 0 0.20
HSL 206.76º 0.58% 0.53% -
HSV(B) 206.76º 0.68% 0.8% -
XYZ 23.09 25.21 61.41 -
YUV 127.05 171.99 84.46 -
System Red Green Blue C M Y K H S L
Decimal 66 143 205 0.68 0.30 0 0.20 206.76 0.58 0.53
Hex 42 8F CD 44 1E 0 14 CF 3A 35
Octal 102 217 315 104 36 0 24 317 72 65
Binary 1000010 10001111 11001101 1000100 11110 0 10100 11001111 111010 110101

Color Harmonies of #428FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428FCD

Black with #428FCD

Text Example


Text Example

White with #428FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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