Html Css Color HEX #478CF5 Cornflower Blue

📋 copy color: '#478CF5'

red 71 ◦ green 140 ◦ blue 245

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

Shades of Cornflower Blue #478CF5

Tints of Cornflower Blue #478CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.73%

R = 15.57%
G = 30.7%
B = 53.73%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#478CF5 (or 0x478CF5) is known color: Cornflower Blue. HEX triplet: 47, 8C and F5. RGB value is (71,140,245). Sum of RGB (Red+Green+Blue) = 71+140+245=456 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.57% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 245 (96.09% from 255 or 53.73% from 456); Max value from RGB is 245 - color contains mainly: blue. Hex color #478CF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478CF5 is #B8730A. Grayscale: #828282. Windows color (decimal): -12088075 or 16092231. OLE color: 16092231.

HSL color Cylindrical-coordinate representation of color #478CF5: hue angle of 216.21º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #478CF5 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 71 140 245 -
CMYK 0.71 0.43 0 0.04
HSL 216.21º 0.9% 0.62% -
HSV(B) 216.21º 0.71% 0.96% -
XYZ 28.46 26.69 90.04 -
YUV 131.34 192.14 84.96 -
System Red Green Blue C M Y K H S L
Decimal 71 140 245 0.71 0.43 0 0.04 216.21 0.9 0.62
Hex 47 8C F5 47 2B 0 4 D8 5A 3E
Octal 107 214 365 107 53 0 4 330 132 76
Binary 1000111 10001100 11110101 1000111 101011 0 100 11011000 1011010 111110

Color Harmonies of #478CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478CF5

Black with #478CF5

Text Example


Text Example

White with #478CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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