Html Css Color HEX #4D86FF Cornflower Blue

📋 copy color: '#4D86FF'

red 77 ◦ green 134 ◦ blue 255

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

Shades of Cornflower Blue #4D86FF

Tints of Cornflower Blue #4D86FF

RGB

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

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

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

R = 16.52%
G = 28.76%
B = 54.72%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4D86FF (or 0x4D86FF) is known color: Cornflower Blue. HEX triplet: 4D, 86 and FF. RGB value is (77,134,255). Sum of RGB (Red+Green+Blue) = 77+134+255=466 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.52% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D86FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D86FF is #B27900. Grayscale: #828282. Windows color (decimal): -11696385 or 16746061. OLE color: 16746061.

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

Color convert

RGB 77 134 255 -
CMYK 0.70 0.47 0 0
HSL 220.79º 1% 0.65% -
HSV(B) 220.79º 0.7% 1% -
XYZ 29.64 25.85 98.03 -
YUV 130.75 198.12 89.66 -
System Red Green Blue C M Y K H S L
Decimal 77 134 255 0.70 0.47 0 0 220.79 1 0.65
Hex 4D 86 FF 46 2F 0 0 DD 64 41
Octal 115 206 377 106 57 0 0 335 144 101
Binary 1001101 10000110 11111111 1000110 101111 0 0 11011101 1100100 1000001

Color Harmonies of #4D86FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D86FF

Black with #4D86FF

Text Example


Text Example

White with #4D86FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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