Html Css Color HEX #488CFD Cornflower Blue

📋 copy color: '#488CFD'

red 72 ◦ green 140 ◦ blue 253

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

Shades of Cornflower Blue #488CFD

Tints of Cornflower Blue #488CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.11%

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

R = 15.48%
G = 30.11%
B = 54.41%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#488CFD (or 0x488CFD) is known color: Cornflower Blue. HEX triplet: 48, 8C and FD. RGB value is (72,140,253). Sum of RGB (Red+Green+Blue) = 72+140+253=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #488CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488CFD is #B77302. Grayscale: #848484. Windows color (decimal): -12022531 or 16616520. OLE color: 16616520.

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

Color convert

RGB 72 140 253 -
CMYK 0.72 0.45 0 0.01
HSL 217.46º 0.98% 0.64% -
HSV(B) 217.46º 0.72% 0.99% -
XYZ 29.78 27.23 96.61 -
YUV 132.55 195.97 84.81 -
System Red Green Blue C M Y K H S L
Decimal 72 140 253 0.72 0.45 0 0.01 217.46 0.98 0.64
Hex 48 8C FD 48 2D 0 1 D9 62 40
Octal 110 214 375 110 55 0 1 331 142 100
Binary 1001000 10001100 11111101 1001000 101101 0 1 11011001 1100010 1000000

Color Harmonies of #488CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488CFD

Black with #488CFD

Text Example


Text Example

White with #488CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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