Html Css Color HEX #489AFF Cornflower Blue

📋 copy color: '#489AFF'

red 72 ◦ green 154 ◦ blue 255

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

Shades of Cornflower Blue #489AFF

Tints of Cornflower Blue #489AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.02%

 BLUE value IS 255 (100% from 255) = 53.01%

R = 14.97%
G = 32.02%
B = 53.01%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#489AFF (or 0x489AFF) is known color: Cornflower Blue. HEX triplet: 48, 9A and FF. RGB value is (72,154,255). Sum of RGB (Red+Green+Blue) = 72+154+255=481 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.97% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #489AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489AFF is #B76500. Grayscale: #8C8C8C. Windows color (decimal): -12018945 or 16751176. OLE color: 16751176.

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

Color convert

RGB 72 154 255 -
CMYK 0.72 0.40 0 0
HSL 213.11º 1% 0.64% -
HSV(B) 213.11º 0.72% 1% -
XYZ 32.28 31.71 99.03 -
YUV 141 192.33 78.79 -
System Red Green Blue C M Y K H S L
Decimal 72 154 255 0.72 0.40 0 0 213.11 1 0.64
Hex 48 9A FF 48 28 0 0 D5 64 40
Octal 110 232 377 110 50 0 0 325 144 100
Binary 1001000 10011010 11111111 1001000 101000 0 0 11010101 1100100 1000000

Color Harmonies of #489AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489AFF

Black with #489AFF

Text Example


Text Example

White with #489AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,154,255); }

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

background-color css

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

 a { background-color: rgb(72,154,255); }

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

border-color css

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

 span { border-color: rgb(72,154,255); }

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