Html Css Color HEX #428DCD Curious Blue

📋 copy color: '#428DCD'

red 66 ◦ green 141 ◦ blue 205

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

Shades of Curious Blue #428DCD

Tints of Curious Blue #428DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.22%

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

R = 16.02%
G = 34.22%
B = 49.76%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#428DCD (or 0x428DCD) is known color: Curious Blue. HEX triplet: 42, 8D and CD. RGB value is (66,141,205). Sum of RGB (Red+Green+Blue) = 66+141+205=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #428DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DCD is #BD7232. Grayscale: #7D7D7D. Windows color (decimal): -12415539 or 13471042. OLE color: 13471042.

HSL color Cylindrical-coordinate representation of color #428DCD: hue angle of 207.63º 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 #428DCD is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 141 205 -
CMYK 0.68 0.31 0 0.20
HSL 207.63º 0.58% 0.53% -
HSV(B) 207.63º 0.68% 0.8% -
XYZ 22.79 24.62 61.31 -
YUV 125.87 172.65 85.3 -
System Red Green Blue C M Y K H S L
Decimal 66 141 205 0.68 0.31 0 0.20 207.63 0.58 0.53
Hex 42 8D CD 44 1F 0 14 D0 3A 35
Octal 102 215 315 104 37 0 24 320 72 65
Binary 1000010 10001101 11001101 1000100 11111 0 10100 11010000 111010 110101

Color Harmonies of #428DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428DCD

Black with #428DCD

Text Example


Text Example

White with #428DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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