Html Css Color HEX #488DFE Cornflower Blue

📋 copy color: '#488DFE'

red 72 ◦ green 141 ◦ blue 254

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

Shades of Cornflower Blue #488DFE

Tints of Cornflower Blue #488DFE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.19%

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

R = 15.42%
G = 30.19%
B = 54.39%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#488DFE (or 0x488DFE) is known color: Cornflower Blue. HEX triplet: 48, 8D and FE. RGB value is (72,141,254). Sum of RGB (Red+Green+Blue) = 72+141+254=467 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.42% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #488DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488DFE is #B77201. Grayscale: #848484. Windows color (decimal): -12022274 or 16682312. OLE color: 16682312.

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

Color convert

RGB 72 141 254 -
CMYK 0.72 0.44 0 0.00
HSL 217.25º 0.99% 0.64% -
HSV(B) 217.25º 0.72% 1% -
XYZ 30.09 27.58 97.5 -
YUV 133.25 196.14 84.31 -
System Red Green Blue C M Y K H S L
Decimal 72 141 254 0.72 0.44 0 0.00 217.25 0.99 0.64
Hex 48 8D FE 48 2C 0 0 D9 63 40
Octal 110 215 376 110 54 0 0 331 143 100
Binary 1001000 10001101 11111110 1001000 101100 0 0 11011001 1100011 1000000

Color Harmonies of #488DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DFE

Black with #488DFE

Text Example


Text Example

White with #488DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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