Html Css Color HEX #4486FE Cornflower Blue

📋 copy color: '#4486FE'

red 68 ◦ green 134 ◦ blue 254

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

Shades of Cornflower Blue #4486FE

Tints of Cornflower Blue #4486FE

RGB

 RED value IS 68 (26.95% from 255) = 14.91%

 GREEN value IS 134 (52.73% from 255) = 29.39%

 BLUE value IS 254 (99.61% from 255) = 55.7%

R = 14.91%
G = 29.39%
B = 55.7%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4486FE (or 0x4486FE) is known color: Cornflower Blue. HEX triplet: 44, 86 and FE. RGB value is (68,134,254). Sum of RGB (Red+Green+Blue) = 68+134+254=456 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.91% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #4486FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4486FE is #BB7901. Grayscale: #7F7F7F. Windows color (decimal): -12286210 or 16680516. OLE color: 16680516.

HSL color Cylindrical-coordinate representation of color #4486FE: hue angle of 218.71º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4486FE is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 68 134 254 -
CMYK 0.73 0.47 0 0.00
HSL 218.71º 0.99% 0.63% -
HSV(B) 218.71º 0.73% 1% -
XYZ 28.8 25.43 97.16 -
YUV 127.95 199.13 85.24 -
System Red Green Blue C M Y K H S L
Decimal 68 134 254 0.73 0.47 0 0.00 218.71 0.99 0.63
Hex 44 86 FE 49 2F 0 0 DB 63 3F
Octal 104 206 376 111 57 0 0 333 143 77
Binary 1000100 10000110 11111110 1001001 101111 0 0 11011011 1100011 111111

Color Harmonies of #4486FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4486FE

Black with #4486FE

Text Example


Text Example

White with #4486FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4486FE; }

 p { color: rgb(68,134,254); }

 H1.HeaderClassName
 {
   color: #4486FE;
 }
 .AnyTagClassName
 {
   color: #4486FE;
 }
</style>

background-color css

<style>
 a { background-color: #4486FE; }

 a { background-color: rgb(68,134,254); }

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

border-color css

<style>
 span { border-color: #4486FE; }

 span { border-color: rgb(68,134,254); }

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