Html Css Color HEX #4A8EFA Cornflower Blue

📋 copy color: '#4A8EFA'

red 74 ◦ green 142 ◦ blue 250

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

Shades of Cornflower Blue #4A8EFA

Tints of Cornflower Blue #4A8EFA

RGB

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

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

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

R = 15.88%
G = 30.47%
B = 53.65%

CMYK

 C value IS 0.70

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4A8EFA (or 0x4A8EFA) is known color: Cornflower Blue. HEX triplet: 4A, 8E and FA. RGB value is (74,142,250). Sum of RGB (Red+Green+Blue) = 74+142+250=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A8EFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8EFA is #B57105. Grayscale: #858585. Windows color (decimal): -11890950 or 16420426. OLE color: 16420426.

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

Color convert

RGB 74 142 250 -
CMYK 0.70 0.43 0 0.02
HSL 216.82º 0.95% 0.64% -
HSV(B) 216.82º 0.7% 0.98% -
XYZ 29.75 27.7 94.22 -
YUV 133.98 193.47 85.22 -
System Red Green Blue C M Y K H S L
Decimal 74 142 250 0.70 0.43 0 0.02 216.82 0.95 0.64
Hex 4A 8E FA 46 2B 0 2 D9 5F 40
Octal 112 216 372 106 53 0 2 331 137 100
Binary 1001010 10001110 11111010 1000110 101011 0 10 11011001 1011111 1000000

Color Harmonies of #4A8EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8EFA

Black with #4A8EFA

Text Example


Text Example

White with #4A8EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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