Html Css Color HEX #428FC3 Curious Blue

📋 copy color: '#428FC3'

red 66 ◦ green 143 ◦ blue 195

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

Shades of Curious Blue #428FC3

Tints of Curious Blue #428FC3

RGB

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

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

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

R = 16.34%
G = 35.4%
B = 48.27%

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

#428FC3 (or 0x428FC3) is known color: Curious Blue. HEX triplet: 42, 8F and C3. RGB value is (66,143,195). Sum of RGB (Red+Green+Blue) = 66+143+195=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #428FC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428FC3 is #BD703C. Grayscale: #7D7D7D. Windows color (decimal): -12415037 or 12816194. OLE color: 12816194.

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

Color convert

RGB 66 143 195 -
CMYK 0.66 0.27 0 0.24
HSL 204.19º 0.52% 0.51% -
HSV(B) 204.19º 0.66% 0.76% -
XYZ 21.92 24.74 55.25 -
YUV 125.91 166.99 85.27 -
System Red Green Blue C M Y K H S L
Decimal 66 143 195 0.66 0.27 0 0.24 204.19 0.52 0.51
Hex 42 8F C3 42 1B 0 18 CC 34 33
Octal 102 217 303 102 33 0 30 314 64 63
Binary 1000010 10001111 11000011 1000010 11011 0 11000 11001100 110100 110011

Color Harmonies of #428FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428FC3

Black with #428FC3

Text Example


Text Example

White with #428FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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