Html Css Color HEX #4EABFA Cornflower Blue

📋 copy color: '#4EABFA'

red 78 ◦ green 171 ◦ blue 250

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

Shades of Cornflower Blue #4EABFA

Tints of Cornflower Blue #4EABFA

RGB

 RED value IS 78 (30.86% from 255) = 15.63%

 GREEN value IS 171 (67.19% from 255) = 34.27%

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 15.63%
G = 34.27%
B = 50.1%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4EABFA (or 0x4EABFA) is known color: Cornflower Blue. HEX triplet: 4E, AB and FA. RGB value is (78,171,250). Sum of RGB (Red+Green+Blue) = 78+171+250=499 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.63% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #4EABFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EABFA is #B15405. Grayscale: #979797. Windows color (decimal): -11621382 or 16427854. OLE color: 16427854.

HSL color Cylindrical-coordinate representation of color #4EABFA: hue angle of 207.56º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EABFA is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 78 171 250 -
CMYK 0.69 0.32 0 0.02
HSL 207.56º 0.95% 0.64% -
HSV(B) 207.56º 0.69% 0.98% -
XYZ 34.96 37.65 95.87 -
YUV 152.2 183.19 75.08 -
System Red Green Blue C M Y K H S L
Decimal 78 171 250 0.69 0.32 0 0.02 207.56 0.95 0.64
Hex 4E AB FA 45 20 0 2 D0 5F 40
Octal 116 253 372 105 40 0 2 320 137 100
Binary 1001110 10101011 11111010 1000101 100000 0 10 11010000 1011111 1000000

Color Harmonies of #4EABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EABFA

Black with #4EABFA

Text Example


Text Example

White with #4EABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,171,250); }

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

background-color css

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

 a { background-color: rgb(78,171,250); }

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

border-color css

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

 span { border-color: rgb(78,171,250); }

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