Html Css Color HEX #4A8CEF Cornflower Blue

📋 copy color: '#4A8CEF'

red 74 ◦ green 140 ◦ blue 239

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

Shades of Cornflower Blue #4A8CEF

Tints of Cornflower Blue #4A8CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.91%

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

R = 16.34%
G = 30.91%
B = 52.76%

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

#4A8CEF (or 0x4A8CEF) is known color: Cornflower Blue. HEX triplet: 4A, 8C and EF. RGB value is (74,140,239). Sum of RGB (Red+Green+Blue) = 74+140+239=453 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.34% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A8CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8CEF is #B57310. Grayscale: #838383. Windows color (decimal): -11891473 or 15699018. OLE color: 15699018.

HSL color Cylindrical-coordinate representation of color #4A8CEF: hue angle of 216º 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 #4A8CEF is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 140 239 -
CMYK 0.69 0.41 0 0.06
HSL 216º 0.84% 0.61% -
HSV(B) 216º 0.69% 0.94% -
XYZ 27.78 26.44 85.3 -
YUV 131.55 188.63 86.95 -
System Red Green Blue C M Y K H S L
Decimal 74 140 239 0.69 0.41 0 0.06 216 0.84 0.61
Hex 4A 8C EF 45 29 0 6 D8 54 3D
Octal 112 214 357 105 51 0 6 330 124 75
Binary 1001010 10001100 11101111 1000101 101001 0 110 11011000 1010100 111101

Color Harmonies of #4A8CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8CEF

Black with #4A8CEF

Text Example


Text Example

White with #4A8CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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