Html Css Color HEX #4D94FF Cornflower Blue

📋 copy color: '#4D94FF'

red 77 ◦ green 148 ◦ blue 255

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

Shades of Cornflower Blue #4D94FF

Tints of Cornflower Blue #4D94FF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.83%

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

R = 16.04%
G = 30.83%
B = 53.13%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4D94FF (or 0x4D94FF) is known color: Cornflower Blue. HEX triplet: 4D, 94 and FF. RGB value is (77,148,255). Sum of RGB (Red+Green+Blue) = 77+148+255=480 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.04% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D94FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D94FF is #B26B00. Grayscale: #8A8A8A. Windows color (decimal): -11692801 or 16749645. OLE color: 16749645.

HSL color Cylindrical-coordinate representation of color #4D94FF: hue angle of 216.07º 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 #4D94FF is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 77 148 255 -
CMYK 0.70 0.42 0 0
HSL 216.07º 1% 0.65% -
HSV(B) 216.07º 0.7% 1% -
XYZ 31.7 29.98 98.72 -
YUV 138.97 193.48 83.8 -
System Red Green Blue C M Y K H S L
Decimal 77 148 255 0.70 0.42 0 0 216.07 1 0.65
Hex 4D 94 FF 46 2A 0 0 D8 64 41
Octal 115 224 377 106 52 0 0 330 144 101
Binary 1001101 10010100 11111111 1000110 101010 0 0 11011000 1100100 1000001

Color Harmonies of #4D94FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D94FF

Black with #4D94FF

Text Example


Text Example

White with #4D94FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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