Html Css Color HEX #478DFA Cornflower Blue

📋 copy color: '#478DFA'

red 71 ◦ green 141 ◦ blue 250

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

Shades of Cornflower Blue #478DFA

Tints of Cornflower Blue #478DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.52%

 BLUE value IS 250 (98.05% from 255) = 54.11%

R = 15.37%
G = 30.52%
B = 54.11%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#478DFA (or 0x478DFA) is known color: Cornflower Blue. HEX triplet: 47, 8D and FA. RGB value is (71,141,250). Sum of RGB (Red+Green+Blue) = 71+141+250=462 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.37% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #478DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478DFA is #B87205. Grayscale: #838383. Windows color (decimal): -12087814 or 16420167. OLE color: 16420167.

HSL color Cylindrical-coordinate representation of color #478DFA: hue angle of 216.54º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #478DFA is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 141 250 -
CMYK 0.72 0.44 0 0.02
HSL 216.54º 0.95% 0.63% -
HSV(B) 216.54º 0.72% 0.98% -
XYZ 29.38 27.29 94.16 -
YUV 132.5 194.31 84.14 -
System Red Green Blue C M Y K H S L
Decimal 71 141 250 0.72 0.44 0 0.02 216.54 0.95 0.63
Hex 47 8D FA 48 2C 0 2 D9 5F 3F
Octal 107 215 372 110 54 0 2 331 137 77
Binary 1000111 10001101 11111010 1001000 101100 0 10 11011001 1011111 111111

Color Harmonies of #478DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478DFA

Black with #478DFA

Text Example


Text Example

White with #478DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,141,250); }

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

background-color css

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

 a { background-color: rgb(71,141,250); }

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

border-color css

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

 span { border-color: rgb(71,141,250); }

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