Html Css Color HEX #478BFF Cornflower Blue

📋 copy color: '#478BFF'

red 71 ◦ green 139 ◦ blue 255

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

Shades of Cornflower Blue #478BFF

Tints of Cornflower Blue #478BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.89%

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

R = 15.27%
G = 29.89%
B = 54.84%

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

#478BFF (or 0x478BFF) is known color: Cornflower Blue. HEX triplet: 47, 8B and FF. RGB value is (71,139,255). Sum of RGB (Red+Green+Blue) = 71+139+255=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #478BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478BFF is #B87400. Grayscale: #838383. Windows color (decimal): -12088321 or 16747335. OLE color: 16747335.

HSL color Cylindrical-coordinate representation of color #478BFF: hue angle of 217.83º 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 #478BFF is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 139 255 -
CMYK 0.72 0.45 0 0
HSL 217.83º 1% 0.64% -
HSV(B) 217.83º 0.72% 1% -
XYZ 29.88 27.02 98.25 -
YUV 131.89 197.47 84.57 -
System Red Green Blue C M Y K H S L
Decimal 71 139 255 0.72 0.45 0 0 217.83 1 0.64
Hex 47 8B FF 48 2D 0 0 DA 64 40
Octal 107 213 377 110 55 0 0 332 144 100
Binary 1000111 10001011 11111111 1001000 101101 0 0 11011010 1100100 1000000

Color Harmonies of #478BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BFF

Black with #478BFF

Text Example


Text Example

White with #478BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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