Html Css Color HEX #488DFD Cornflower Blue

📋 copy color: '#488DFD'

red 72 ◦ green 141 ◦ blue 253

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

Shades of Cornflower Blue #488DFD

Tints of Cornflower Blue #488DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.29%

R = 15.45%
G = 30.26%
B = 54.29%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#488DFD (or 0x488DFD) is known color: Cornflower Blue. HEX triplet: 48, 8D and FD. RGB value is (72,141,253). Sum of RGB (Red+Green+Blue) = 72+141+253=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #488DFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488DFD is #B77202. Grayscale: #848484. Windows color (decimal): -12022275 or 16616776. OLE color: 16616776.

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

Color convert

RGB 72 141 253 -
CMYK 0.72 0.44 0 0.01
HSL 217.13º 0.98% 0.64% -
HSV(B) 217.13º 0.72% 0.99% -
XYZ 29.93 27.52 96.66 -
YUV 133.14 195.64 84.39 -
System Red Green Blue C M Y K H S L
Decimal 72 141 253 0.72 0.44 0 0.01 217.13 0.98 0.64
Hex 48 8D FD 48 2C 0 1 D9 62 40
Octal 110 215 375 110 54 0 1 331 142 100
Binary 1001000 10001101 11111101 1001000 101100 0 1 11011001 1100010 1000000

Color Harmonies of #488DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DFD

Black with #488DFD

Text Example


Text Example

White with #488DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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