Html Css Color HEX #488CFC Cornflower Blue

📋 copy color: '#488CFC'

red 72 ◦ green 140 ◦ blue 252

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

Shades of Cornflower Blue #488CFC

Tints of Cornflower Blue #488CFC

RGB

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

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

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

R = 15.52%
G = 30.17%
B = 54.31%

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

#488CFC (or 0x488CFC) is known color: Cornflower Blue. HEX triplet: 48, 8C and FC. RGB value is (72,140,252). Sum of RGB (Red+Green+Blue) = 72+140+252=464 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.52% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #488CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488CFC is #B77303. Grayscale: #838383. Windows color (decimal): -12022532 or 16550984. OLE color: 16550984.

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

Color convert

RGB 72 140 252 -
CMYK 0.71 0.44 0 0.01
HSL 217.33º 0.97% 0.64% -
HSV(B) 217.33º 0.71% 0.99% -
XYZ 29.62 27.16 95.78 -
YUV 132.44 195.47 84.89 -
System Red Green Blue C M Y K H S L
Decimal 72 140 252 0.71 0.44 0 0.01 217.33 0.97 0.64
Hex 48 8C FC 47 2C 0 1 D9 61 40
Octal 110 214 374 107 54 0 1 331 141 100
Binary 1001000 10001100 11111100 1000111 101100 0 1 11011001 1100001 1000000

Color Harmonies of #488CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488CFC

Black with #488CFC

Text Example


Text Example

White with #488CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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