Html Css Color HEX #428FC2 Curious Blue

📋 copy color: '#428FC2'

red 66 ◦ green 143 ◦ blue 194

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

Shades of Curious Blue #428FC2

Tints of Curious Blue #428FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.14%

R = 16.38%
G = 35.48%
B = 48.14%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#428FC2 (or 0x428FC2) is known color: Curious Blue. HEX triplet: 42, 8F and C2. RGB value is (66,143,194). Sum of RGB (Red+Green+Blue) = 66+143+194=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 194 - color contains mainly: blue. Hex color #428FC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428FC2 is #BD703D. Grayscale: #7D7D7D. Windows color (decimal): -12415038 or 12750658. OLE color: 12750658.

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

Color convert

RGB 66 143 194 -
CMYK 0.66 0.26 0 0.24
HSL 203.91º 0.51% 0.51% -
HSV(B) 203.91º 0.66% 0.76% -
XYZ 21.81 24.7 54.66 -
YUV 125.79 166.49 85.35 -
System Red Green Blue C M Y K H S L
Decimal 66 143 194 0.66 0.26 0 0.24 203.91 0.51 0.51
Hex 42 8F C2 42 1A 0 18 CC 33 33
Octal 102 217 302 102 32 0 30 314 63 63
Binary 1000010 10001111 11000010 1000010 11010 0 11000 11001100 110011 110011

Color Harmonies of #428FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428FC2

Black with #428FC2

Text Example


Text Example

White with #428FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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