Html Css Color HEX #478EC8 Curious Blue

📋 copy color: '#478EC8'

red 71 ◦ green 142 ◦ blue 200

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

Shades of Curious Blue #478EC8

Tints of Curious Blue #478EC8

RGB

 RED value IS 71 (28.13% from 255) = 17.19%

 GREEN value IS 142 (55.86% from 255) = 34.38%

 BLUE value IS 200 (78.52% from 255) = 48.43%

R = 17.19%
G = 34.38%
B = 48.43%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#478EC8 (or 0x478EC8) is known color: Curious Blue. HEX triplet: 47, 8E and C8. RGB value is (71,142,200). Sum of RGB (Red+Green+Blue) = 71+142+200=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #478EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478EC8 is #B87137. Grayscale: #7F7F7F. Windows color (decimal): -12087608 or 13143623. OLE color: 13143623.

HSL color Cylindrical-coordinate representation of color #478EC8: hue angle of 206.98º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #478EC8 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 142 200 -
CMYK 0.64 0.29 0 0.22
HSL 206.98º 0.54% 0.53% -
HSV(B) 206.98º 0.65% 0.78% -
XYZ 22.7 24.86 58.24 -
YUV 127.38 168.98 87.78 -
System Red Green Blue C M Y K H S L
Decimal 71 142 200 0.64 0.29 0 0.22 206.98 0.54 0.53
Hex 47 8E C8 40 1D 0 16 CF 36 35
Octal 107 216 310 100 35 0 26 317 66 65
Binary 1000111 10001110 11001000 1000000 11101 0 10110 11001111 110110 110101

Color Harmonies of #478EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478EC8

Black with #478EC8

Text Example


Text Example

White with #478EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478EC8; }

 p { color: rgb(71,142,200); }

 H1.HeaderClassName
 {
   color: #478EC8;
 }
 .AnyTagClassName
 {
   color: #478EC8;
 }
</style>

background-color css

<style>
 a { background-color: #478EC8; }

 a { background-color: rgb(71,142,200); }

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

border-color css

<style>
 span { border-color: #478EC8; }

 span { border-color: rgb(71,142,200); }

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