Html Css Color HEX #428DC1 Curious Blue

📋 copy color: '#428DC1'

red 66 ◦ green 141 ◦ blue 193

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

Shades of Curious Blue #428DC1

Tints of Curious Blue #428DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.25%

R = 16.5%
G = 35.25%
B = 48.25%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#428DC1 (or 0x428DC1) is known color: Curious Blue. HEX triplet: 42, 8D and C1. RGB value is (66,141,193). Sum of RGB (Red+Green+Blue) = 66+141+193=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #428DC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DC1 is #BD723E. Grayscale: #7C7C7C. Windows color (decimal): -12415551 or 12684610. OLE color: 12684610.

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

Color convert

RGB 66 141 193 -
CMYK 0.66 0.27 0 0.24
HSL 204.57º 0.51% 0.51% -
HSV(B) 204.57º 0.66% 0.76% -
XYZ 21.4 24.06 53.97 -
YUV 124.5 166.65 86.27 -
System Red Green Blue C M Y K H S L
Decimal 66 141 193 0.66 0.27 0 0.24 204.57 0.51 0.51
Hex 42 8D C1 42 1B 0 18 CD 33 33
Octal 102 215 301 102 33 0 30 315 63 63
Binary 1000010 10001101 11000001 1000010 11011 0 11000 11001101 110011 110011

Color Harmonies of #428DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428DC1

Black with #428DC1

Text Example


Text Example

White with #428DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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