Html Css Color HEX #4A8EFD Cornflower Blue

📋 copy color: '#4A8EFD'

red 74 ◦ green 142 ◦ blue 253

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

Shades of Cornflower Blue #4A8EFD

Tints of Cornflower Blue #4A8EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 15.78%
G = 30.28%
B = 53.94%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4A8EFD (or 0x4A8EFD) is known color: Cornflower Blue. HEX triplet: 4A, 8E and FD. RGB value is (74,142,253). Sum of RGB (Red+Green+Blue) = 74+142+253=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A8EFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8EFD is #B57102. Grayscale: #858585. Windows color (decimal): -11890947 or 16617034. OLE color: 16617034.

HSL color Cylindrical-coordinate representation of color #4A8EFD: hue angle of 217.21º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A8EFD is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 142 253 -
CMYK 0.71 0.44 0 0.01
HSL 217.21º 0.98% 0.64% -
HSV(B) 217.21º 0.71% 0.99% -
XYZ 30.23 27.89 96.72 -
YUV 134.32 194.97 84.97 -
System Red Green Blue C M Y K H S L
Decimal 74 142 253 0.71 0.44 0 0.01 217.21 0.98 0.64
Hex 4A 8E FD 47 2C 0 1 D9 62 40
Octal 112 216 375 107 54 0 1 331 142 100
Binary 1001010 10001110 11111101 1000111 101100 0 1 11011001 1100010 1000000

Color Harmonies of #4A8EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8EFD

Black with #4A8EFD

Text Example


Text Example

White with #4A8EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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