Html Css Color HEX #428CC1 Curious Blue

📋 copy color: '#428CC1'

red 66 ◦ green 140 ◦ blue 193

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

Shades of Curious Blue #428CC1

Tints of Curious Blue #428CC1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

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

R = 16.54%
G = 35.09%
B = 48.37%

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

#428CC1 (or 0x428CC1) is known color: Curious Blue. HEX triplet: 42, 8C and C1. RGB value is (66,140,193). Sum of RGB (Red+Green+Blue) = 66+140+193=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #428CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428CC1 is #BD733E. Grayscale: #7B7B7B. Windows color (decimal): -12415807 or 12684354. OLE color: 12684354.

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

Color convert

RGB 66 140 193 -
CMYK 0.66 0.27 0 0.24
HSL 205.04º 0.51% 0.51% -
HSV(B) 205.04º 0.66% 0.76% -
XYZ 21.25 23.76 53.92 -
YUV 123.92 166.98 86.69 -
System Red Green Blue C M Y K H S L
Decimal 66 140 193 0.66 0.27 0 0.24 205.04 0.51 0.51
Hex 42 8C C1 42 1B 0 18 CD 33 33
Octal 102 214 301 102 33 0 30 315 63 63
Binary 1000010 10001100 11000001 1000010 11011 0 11000 11001101 110011 110011

Color Harmonies of #428CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428CC1

Black with #428CC1

Text Example


Text Example

White with #428CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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