Html Css Color HEX #488FFF Cornflower Blue

📋 copy color: '#488FFF'

red 72 ◦ green 143 ◦ blue 255

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

Shades of Cornflower Blue #488FFF

Tints of Cornflower Blue #488FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.43%

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

R = 15.32%
G = 30.43%
B = 54.26%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#488FFF (or 0x488FFF) is known color: Cornflower Blue. HEX triplet: 48, 8F and FF. RGB value is (72,143,255). Sum of RGB (Red+Green+Blue) = 72+143+255=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #488FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488FFF is #B77000. Grayscale: #868686. Windows color (decimal): -12021761 or 16748360. OLE color: 16748360.

HSL color Cylindrical-coordinate representation of color #488FFF: hue angle of 216.72º 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 #488FFF is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 72 143 255 -
CMYK 0.72 0.44 0 0
HSL 216.72º 1% 0.64% -
HSV(B) 216.72º 0.72% 1% -
XYZ 30.54 28.24 98.45 -
YUV 134.54 195.98 83.39 -
System Red Green Blue C M Y K H S L
Decimal 72 143 255 0.72 0.44 0 0 216.72 1 0.64
Hex 48 8F FF 48 2C 0 0 D9 64 40
Octal 110 217 377 110 54 0 0 331 144 100
Binary 1001000 10001111 11111111 1001000 101100 0 0 11011001 1100100 1000000

Color Harmonies of #488FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488FFF

Black with #488FFF

Text Example


Text Example

White with #488FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488FFF; }

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

 H1.HeaderClassName
 {
   color: #488FFF;
 }
 .AnyTagClassName
 {
   color: #488FFF;
 }
</style>

background-color css

<style>
 a { background-color: #488FFF; }

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

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

border-color css

<style>
 span { border-color: #488FFF; }

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

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