Html Css Color HEX #4A8EEF Cornflower Blue

📋 copy color: '#4A8EEF'

red 74 ◦ green 142 ◦ blue 239

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

Shades of Cornflower Blue #4A8EEF

Tints of Cornflower Blue #4A8EEF

RGB

 RED value IS 74 (29.3% from 255) = 16.26%

 GREEN value IS 142 (55.86% from 255) = 31.21%

 BLUE value IS 239 (93.75% from 255) = 52.53%

R = 16.26%
G = 31.21%
B = 52.53%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4A8EEF (or 0x4A8EEF) is known color: Cornflower Blue. HEX triplet: 4A, 8E and EF. RGB value is (74,142,239). Sum of RGB (Red+Green+Blue) = 74+142+239=455 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.26% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A8EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8EEF is #B57110. Grayscale: #848484. Windows color (decimal): -11890961 or 15699530. OLE color: 15699530.

HSL color Cylindrical-coordinate representation of color #4A8EEF: hue angle of 215.27º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A8EEF is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 142 239 -
CMYK 0.69 0.41 0 0.06
HSL 215.27º 0.84% 0.61% -
HSV(B) 215.27º 0.69% 0.94% -
XYZ 28.08 27.03 85.4 -
YUV 132.73 187.97 86.11 -
System Red Green Blue C M Y K H S L
Decimal 74 142 239 0.69 0.41 0 0.06 215.27 0.84 0.61
Hex 4A 8E EF 45 29 0 6 D7 54 3D
Octal 112 216 357 105 51 0 6 327 124 75
Binary 1001010 10001110 11101111 1000101 101001 0 110 11010111 1010100 111101

Color Harmonies of #4A8EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8EEF

Black with #4A8EEF

Text Example


Text Example

White with #4A8EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,142,239); }

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

background-color css

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

 a { background-color: rgb(74,142,239); }

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

border-color css

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

 span { border-color: rgb(74,142,239); }

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