Html Css Color HEX #478BFD Cornflower Blue

📋 copy color: '#478BFD'

red 71 ◦ green 139 ◦ blue 253

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

Shades of Cornflower Blue #478BFD

Tints of Cornflower Blue #478BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.64%

R = 15.33%
G = 30.02%
B = 54.64%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#478BFD (or 0x478BFD) is known color: Cornflower Blue. HEX triplet: 47, 8B and FD. RGB value is (71,139,253). Sum of RGB (Red+Green+Blue) = 71+139+253=463 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.33% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #478BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478BFD is #B87402. Grayscale: #838383. Windows color (decimal): -12088323 or 16616263. OLE color: 16616263.

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

Color convert

RGB 71 139 253 -
CMYK 0.72 0.45 0 0.01
HSL 217.58º 0.98% 0.64% -
HSV(B) 217.58º 0.72% 0.99% -
XYZ 29.56 26.9 96.56 -
YUV 131.66 196.47 84.73 -
System Red Green Blue C M Y K H S L
Decimal 71 139 253 0.72 0.45 0 0.01 217.58 0.98 0.64
Hex 47 8B FD 48 2D 0 1 DA 62 40
Octal 107 213 375 110 55 0 1 332 142 100
Binary 1000111 10001011 11111101 1001000 101101 0 1 11011010 1100010 1000000

Color Harmonies of #478BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BFD

Black with #478BFD

Text Example


Text Example

White with #478BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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