Html Css Color HEX #4D8CDD Cornflower Blue

📋 copy color: '#4D8CDD'

red 77 ◦ green 140 ◦ blue 221

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

Shades of Cornflower Blue #4D8CDD

Tints of Cornflower Blue #4D8CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.96%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 17.58%
G = 31.96%
B = 50.46%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D8CDD (or 0x4D8CDD) is known color: Cornflower Blue. HEX triplet: 4D, 8C and DD. RGB value is (77,140,221). Sum of RGB (Red+Green+Blue) = 77+140+221=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D8CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8CDD is #B27322. Grayscale: #828282. Windows color (decimal): -11694883 or 14519373. OLE color: 14519373.

HSL color Cylindrical-coordinate representation of color #4D8CDD: hue angle of 213.75º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D8CDD is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 140 221 -
CMYK 0.65 0.37 0 0.13
HSL 213.75º 0.68% 0.58% -
HSV(B) 213.75º 0.65% 0.87% -
XYZ 25.49 25.55 72 -
YUV 130.4 179.13 89.91 -
System Red Green Blue C M Y K H S L
Decimal 77 140 221 0.65 0.37 0 0.13 213.75 0.68 0.58
Hex 4D 8C DD 41 25 0 D D6 44 3A
Octal 115 214 335 101 45 0 15 326 104 72
Binary 1001101 10001100 11011101 1000001 100101 0 1101 11010110 1000100 111010

Color Harmonies of #4D8CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8CDD

Black with #4D8CDD

Text Example


Text Example

White with #4D8CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,140,221); }

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

background-color css

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

 a { background-color: rgb(77,140,221); }

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

border-color css

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

 span { border-color: rgb(77,140,221); }

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