Html Css Color HEX #489DFE Cornflower Blue

📋 copy color: '#489DFE'

red 72 ◦ green 157 ◦ blue 254

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

Shades of Cornflower Blue #489DFE

Tints of Cornflower Blue #489DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.51%

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

R = 14.91%
G = 32.51%
B = 52.59%

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

#489DFE (or 0x489DFE) is known color: Cornflower Blue. HEX triplet: 48, 9D and FE. RGB value is (72,157,254). Sum of RGB (Red+Green+Blue) = 72+157+254=483 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.91% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #489DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489DFE is #B76201. Grayscale: #8E8E8E. Windows color (decimal): -12018178 or 16686408. OLE color: 16686408.

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

Color convert

RGB 72 157 254 -
CMYK 0.72 0.38 0 0.00
HSL 211.98º 0.99% 0.64% -
HSV(B) 211.98º 0.72% 1% -
XYZ 32.62 32.65 98.35 -
YUV 142.64 190.84 77.61 -
System Red Green Blue C M Y K H S L
Decimal 72 157 254 0.72 0.38 0 0.00 211.98 0.99 0.64
Hex 48 9D FE 48 26 0 0 D4 63 40
Octal 110 235 376 110 46 0 0 324 143 100
Binary 1001000 10011101 11111110 1001000 100110 0 0 11010100 1100011 1000000

Color Harmonies of #489DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489DFE

Black with #489DFE

Text Example


Text Example

White with #489DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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