Html Css Color HEX #489BFA Cornflower Blue

📋 copy color: '#489BFA'

red 72 ◦ green 155 ◦ blue 250

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

Shades of Cornflower Blue #489BFA

Tints of Cornflower Blue #489BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.49%

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 15.09%
G = 32.49%
B = 52.41%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#489BFA (or 0x489BFA) is known color: Cornflower Blue. HEX triplet: 48, 9B and FA. RGB value is (72,155,250). Sum of RGB (Red+Green+Blue) = 72+155+250=477 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.09% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #489BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489BFA is #B76405. Grayscale: #8C8C8C. Windows color (decimal): -12018694 or 16423752. OLE color: 16423752.

HSL color Cylindrical-coordinate representation of color #489BFA: hue angle of 212.02º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #489BFA is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 155 250 -
CMYK 0.71 0.38 0 0.02
HSL 212.02º 0.95% 0.63% -
HSV(B) 212.02º 0.71% 0.98% -
XYZ 31.65 31.72 94.9 -
YUV 141.01 189.5 78.78 -
System Red Green Blue C M Y K H S L
Decimal 72 155 250 0.71 0.38 0 0.02 212.02 0.95 0.63
Hex 48 9B FA 47 26 0 2 D4 5F 3F
Octal 110 233 372 107 46 0 2 324 137 77
Binary 1001000 10011011 11111010 1000111 100110 0 10 11010100 1011111 111111

Color Harmonies of #489BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489BFA

Black with #489BFA

Text Example


Text Example

White with #489BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,155,250); }

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

background-color css

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

 a { background-color: rgb(72,155,250); }

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

border-color css

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

 span { border-color: rgb(72,155,250); }

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