Html Css Color HEX #428DC3 Curious Blue

📋 copy color: '#428DC3'

red 66 ◦ green 141 ◦ blue 195

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

Shades of Curious Blue #428DC3

Tints of Curious Blue #428DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.51%

R = 16.42%
G = 35.07%
B = 48.51%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#428DC3 (or 0x428DC3) is known color: Curious Blue. HEX triplet: 42, 8D and C3. RGB value is (66,141,195). Sum of RGB (Red+Green+Blue) = 66+141+195=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: blue. Hex color #428DC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DC3 is #BD723C. Grayscale: #7C7C7C. Windows color (decimal): -12415549 or 12815682. OLE color: 12815682.

HSL color Cylindrical-coordinate representation of color #428DC3: hue angle of 205.12º degrees, saturation: 0.52, 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 #428DC3 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 141 195 -
CMYK 0.66 0.28 0 0.24
HSL 205.12º 0.52% 0.51% -
HSV(B) 205.12º 0.66% 0.76% -
XYZ 21.62 24.15 55.15 -
YUV 124.73 167.65 86.11 -
System Red Green Blue C M Y K H S L
Decimal 66 141 195 0.66 0.28 0 0.24 205.12 0.52 0.51
Hex 42 8D C3 42 1C 0 18 CD 34 33
Octal 102 215 303 102 34 0 30 315 64 63
Binary 1000010 10001101 11000011 1000010 11100 0 11000 11001101 110100 110011

Color Harmonies of #428DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428DC3

Black with #428DC3

Text Example


Text Example

White with #428DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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