Html Css Color HEX #4D86FE Cornflower Blue

📋 copy color: '#4D86FE'

red 77 ◦ green 134 ◦ blue 254

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

Shades of Cornflower Blue #4D86FE

Tints of Cornflower Blue #4D86FE

RGB

 RED value IS 77 (30.47% from 255) = 16.56%

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

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

R = 16.56%
G = 28.82%
B = 54.62%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4D86FE (or 0x4D86FE) is known color: Cornflower Blue. HEX triplet: 4D, 86 and FE. RGB value is (77,134,254). Sum of RGB (Red+Green+Blue) = 77+134+254=465 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.56% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D86FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D86FE is #B27901. Grayscale: #828282. Windows color (decimal): -11696386 or 16680525. OLE color: 16680525.

HSL color Cylindrical-coordinate representation of color #4D86FE: hue angle of 220.68º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D86FE is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 134 254 -
CMYK 0.70 0.47 0 0.00
HSL 220.68º 0.99% 0.65% -
HSV(B) 220.68º 0.7% 1% -
XYZ 29.48 25.78 97.19 -
YUV 130.64 197.62 89.74 -
System Red Green Blue C M Y K H S L
Decimal 77 134 254 0.70 0.47 0 0.00 220.68 0.99 0.65
Hex 4D 86 FE 46 2F 0 0 DD 63 41
Octal 115 206 376 106 57 0 0 335 143 101
Binary 1001101 10000110 11111110 1000110 101111 0 0 11011101 1100011 1000001

Color Harmonies of #4D86FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D86FE

Black with #4D86FE

Text Example


Text Example

White with #4D86FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D86FE; }

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

 H1.HeaderClassName
 {
   color: #4D86FE;
 }
 .AnyTagClassName
 {
   color: #4D86FE;
 }
</style>

background-color css

<style>
 a { background-color: #4D86FE; }

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

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

border-color css

<style>
 span { border-color: #4D86FE; }

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

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