Html Css Color HEX #489EFE Cornflower Blue

📋 copy color: '#489EFE'

red 72 ◦ green 158 ◦ blue 254

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

Shades of Cornflower Blue #489EFE

Tints of Cornflower Blue #489EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.64%

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

R = 14.88%
G = 32.64%
B = 52.48%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#489EFE (or 0x489EFE) is known color: Cornflower Blue. HEX triplet: 48, 9E and FE. RGB value is (72,158,254). Sum of RGB (Red+Green+Blue) = 72+158+254=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #489EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489EFE is #B76101. Grayscale: #8E8E8E. Windows color (decimal): -12017922 or 16686664. OLE color: 16686664.

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

Color convert

RGB 72 158 254 -
CMYK 0.72 0.38 0 0.00
HSL 211.65º 0.99% 0.64% -
HSV(B) 211.65º 0.72% 1% -
XYZ 32.79 32.99 98.4 -
YUV 143.23 190.51 77.19 -
System Red Green Blue C M Y K H S L
Decimal 72 158 254 0.72 0.38 0 0.00 211.65 0.99 0.64
Hex 48 9E FE 48 26 0 0 D4 63 40
Octal 110 236 376 110 46 0 0 324 143 100
Binary 1001000 10011110 11111110 1001000 100110 0 0 11010100 1100011 1000000

Color Harmonies of #489EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489EFE

Black with #489EFE

Text Example


Text Example

White with #489EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489EFE; }

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

 H1.HeaderClassName
 {
   color: #489EFE;
 }
 .AnyTagClassName
 {
   color: #489EFE;
 }
</style>

background-color css

<style>
 a { background-color: #489EFE; }

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

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

border-color css

<style>
 span { border-color: #489EFE; }

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

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