Html Css Color HEX #488DFC Cornflower Blue

📋 copy color: '#488DFC'

red 72 ◦ green 141 ◦ blue 252

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

Shades of Cornflower Blue #488DFC

Tints of Cornflower Blue #488DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.19%

R = 15.48%
G = 30.32%
B = 54.19%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#488DFC (or 0x488DFC) is known color: Cornflower Blue. HEX triplet: 48, 8D and FC. RGB value is (72,141,252). Sum of RGB (Red+Green+Blue) = 72+141+252=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #488DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488DFC is #B77203. Grayscale: #848484. Windows color (decimal): -12022276 or 16551240. OLE color: 16551240.

HSL color Cylindrical-coordinate representation of color #488DFC: hue angle of 217º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #488DFC is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 141 252 -
CMYK 0.71 0.44 0 0.01
HSL 217º 0.97% 0.64% -
HSV(B) 217º 0.71% 0.99% -
XYZ 29.77 27.46 95.83 -
YUV 133.02 195.14 84.47 -
System Red Green Blue C M Y K H S L
Decimal 72 141 252 0.71 0.44 0 0.01 217 0.97 0.64
Hex 48 8D FC 47 2C 0 1 D9 61 40
Octal 110 215 374 107 54 0 1 331 141 100
Binary 1001000 10001101 11111100 1000111 101100 0 1 11011001 1100001 1000000

Color Harmonies of #488DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DFC

Black with #488DFC

Text Example


Text Example

White with #488DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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