Html Css Color HEX #4D96EA Cornflower Blue

📋 copy color: '#4D96EA'

red 77 ◦ green 150 ◦ blue 234

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

Shades of Cornflower Blue #4D96EA

Tints of Cornflower Blue #4D96EA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.54%

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 16.7%
G = 32.54%
B = 50.76%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D96EA (or 0x4D96EA) is known color: Cornflower Blue. HEX triplet: 4D, 96 and EA. RGB value is (77,150,234). Sum of RGB (Red+Green+Blue) = 77+150+234=461 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.70% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D96EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D96EA is #B26915. Grayscale: #898989. Windows color (decimal): -11692310 or 15373901. OLE color: 15373901.

HSL color Cylindrical-coordinate representation of color #4D96EA: hue angle of 212.1º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D96EA is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 150 234 -
CMYK 0.67 0.36 0 0.08
HSL 212.1º 0.79% 0.61% -
HSV(B) 212.1º 0.67% 0.92% -
XYZ 28.82 29.33 81.98 -
YUV 137.75 182.32 84.67 -
System Red Green Blue C M Y K H S L
Decimal 77 150 234 0.67 0.36 0 0.08 212.1 0.79 0.61
Hex 4D 96 EA 43 24 0 8 D4 4F 3D
Octal 115 226 352 103 44 0 10 324 117 75
Binary 1001101 10010110 11101010 1000011 100100 0 1000 11010100 1001111 111101

Color Harmonies of #4D96EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D96EA

Black with #4D96EA

Text Example


Text Example

White with #4D96EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,150,234); }

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

background-color css

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

 a { background-color: rgb(77,150,234); }

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

border-color css

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

 span { border-color: rgb(77,150,234); }

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