Html Css Color HEX #488DFF Cornflower Blue

📋 copy color: '#488DFF'

red 72 ◦ green 141 ◦ blue 255

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

Shades of Cornflower Blue #488DFF

Tints of Cornflower Blue #488DFF

RGB

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

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

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

R = 15.38%
G = 30.13%
B = 54.49%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#488DFF (or 0x488DFF) is known color: Cornflower Blue. HEX triplet: 48, 8D and FF. RGB value is (72,141,255). Sum of RGB (Red+Green+Blue) = 72+141+255=468 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.38% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #488DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488DFF is #B77200. Grayscale: #848484. Windows color (decimal): -12022273 or 16747848. OLE color: 16747848.

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

Color convert

RGB 72 141 255 -
CMYK 0.72 0.45 0 0
HSL 217.38º 1% 0.64% -
HSV(B) 217.38º 0.72% 1% -
XYZ 30.25 27.65 98.35 -
YUV 133.37 196.64 84.23 -
System Red Green Blue C M Y K H S L
Decimal 72 141 255 0.72 0.45 0 0 217.38 1 0.64
Hex 48 8D FF 48 2D 0 0 D9 64 40
Octal 110 215 377 110 55 0 0 331 144 100
Binary 1001000 10001101 11111111 1001000 101101 0 0 11011001 1100100 1000000

Color Harmonies of #488DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DFF

Black with #488DFF

Text Example


Text Example

White with #488DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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