Html Css Color HEX #4890FE Cornflower Blue

📋 copy color: '#4890FE'

red 72 ◦ green 144 ◦ blue 254

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

Shades of Cornflower Blue #4890FE

Tints of Cornflower Blue #4890FE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.64%

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

R = 15.32%
G = 30.64%
B = 54.04%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4890FE (or 0x4890FE) is known color: Cornflower Blue. HEX triplet: 48, 90 and FE. RGB value is (72,144,254). Sum of RGB (Red+Green+Blue) = 72+144+254=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #4890FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4890FE is #B76F01. Grayscale: #868686. Windows color (decimal): -12021506 or 16683080. OLE color: 16683080.

HSL color Cylindrical-coordinate representation of color #4890FE: hue angle of 216.26º 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 #4890FE is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 144 254 -
CMYK 0.72 0.43 0 0.00
HSL 216.26º 0.99% 0.64% -
HSV(B) 216.26º 0.72% 1% -
XYZ 30.54 28.48 97.65 -
YUV 135.01 195.15 83.06 -
System Red Green Blue C M Y K H S L
Decimal 72 144 254 0.72 0.43 0 0.00 216.26 0.99 0.64
Hex 48 90 FE 48 2B 0 0 D8 63 40
Octal 110 220 376 110 53 0 0 330 143 100
Binary 1001000 10010000 11111110 1001000 101011 0 0 11011000 1100011 1000000

Color Harmonies of #4890FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4890FE

Black with #4890FE

Text Example


Text Example

White with #4890FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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