Html Css Color HEX #4894FE Cornflower Blue

📋 copy color: '#4894FE'

red 72 ◦ green 148 ◦ blue 254

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

Shades of Cornflower Blue #4894FE

Tints of Cornflower Blue #4894FE

RGB

 RED value IS 72 (28.52% from 255) = 15.19%

 GREEN value IS 148 (58.2% from 255) = 31.22%

 BLUE value IS 254 (99.61% from 255) = 53.59%

R = 15.19%
G = 31.22%
B = 53.59%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4894FE (or 0x4894FE) is known color: Cornflower Blue. HEX triplet: 48, 94 and FE. RGB value is (72,148,254). Sum of RGB (Red+Green+Blue) = 72+148+254=474 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.19% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #4894FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4894FE is #B76B01. Grayscale: #888888. Windows color (decimal): -12020482 or 16684104. OLE color: 16684104.

HSL color Cylindrical-coordinate representation of color #4894FE: hue angle of 214.95º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4894FE is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 148 254 -
CMYK 0.72 0.42 0 0.00
HSL 214.95º 0.99% 0.64% -
HSV(B) 214.95º 0.72% 1% -
XYZ 31.15 29.71 97.86 -
YUV 137.36 193.82 81.38 -
System Red Green Blue C M Y K H S L
Decimal 72 148 254 0.72 0.42 0 0.00 214.95 0.99 0.64
Hex 48 94 FE 48 2A 0 0 D7 63 40
Octal 110 224 376 110 52 0 0 327 143 100
Binary 1001000 10010100 11111110 1001000 101010 0 0 11010111 1100011 1000000

Color Harmonies of #4894FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4894FE

Black with #4894FE

Text Example


Text Example

White with #4894FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4894FE; }

 p { color: rgb(72,148,254); }

 H1.HeaderClassName
 {
   color: #4894FE;
 }
 .AnyTagClassName
 {
   color: #4894FE;
 }
</style>

background-color css

<style>
 a { background-color: #4894FE; }

 a { background-color: rgb(72,148,254); }

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

border-color css

<style>
 span { border-color: #4894FE; }

 span { border-color: rgb(72,148,254); }

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