Html Css Color HEX #478CFF Cornflower Blue

📋 copy color: '#478CFF'

red 71 ◦ green 140 ◦ blue 255

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

Shades of Cornflower Blue #478CFF

Tints of Cornflower Blue #478CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.72%

R = 15.24%
G = 30.04%
B = 54.72%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#478CFF (or 0x478CFF) is known color: Cornflower Blue. HEX triplet: 47, 8C and FF. RGB value is (71,140,255). Sum of RGB (Red+Green+Blue) = 71+140+255=466 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.24% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #478CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478CFF is #B87300. Grayscale: #838383. Windows color (decimal): -12088065 or 16747591. OLE color: 16747591.

HSL color Cylindrical-coordinate representation of color #478CFF: hue angle of 217.5º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #478CFF is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 140 255 -
CMYK 0.72 0.45 0 0
HSL 217.5º 1% 0.64% -
HSV(B) 217.5º 0.72% 1% -
XYZ 30.03 27.32 98.3 -
YUV 132.48 197.14 84.15 -
System Red Green Blue C M Y K H S L
Decimal 71 140 255 0.72 0.45 0 0 217.5 1 0.64
Hex 47 8C FF 48 2D 0 0 DA 64 40
Octal 107 214 377 110 55 0 0 332 144 100
Binary 1000111 10001100 11111111 1001000 101101 0 0 11011010 1100100 1000000

Color Harmonies of #478CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478CFF

Black with #478CFF

Text Example


Text Example

White with #478CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,140,255); }

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

background-color css

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

 a { background-color: rgb(71,140,255); }

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

border-color css

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

 span { border-color: rgb(71,140,255); }

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