Html Css Color HEX #488BFC Cornflower Blue

📋 copy color: '#488BFC'

red 72 ◦ green 139 ◦ blue 252

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

Shades of Cornflower Blue #488BFC

Tints of Cornflower Blue #488BFC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.02%

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

R = 15.55%
G = 30.02%
B = 54.43%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#488BFC (or 0x488BFC) is known color: Cornflower Blue. HEX triplet: 48, 8B and FC. RGB value is (72,139,252). Sum of RGB (Red+Green+Blue) = 72+139+252=463 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.55% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #488BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488BFC is #B77403. Grayscale: #838383. Windows color (decimal): -12022788 or 16550728. OLE color: 16550728.

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

Color convert

RGB 72 139 252 -
CMYK 0.71 0.45 0 0.01
HSL 217.67º 0.97% 0.64% -
HSV(B) 217.67º 0.71% 0.99% -
XYZ 29.48 26.87 95.73 -
YUV 131.85 195.8 85.31 -
System Red Green Blue C M Y K H S L
Decimal 72 139 252 0.71 0.45 0 0.01 217.67 0.97 0.64
Hex 48 8B FC 47 2D 0 1 DA 61 40
Octal 110 213 374 107 55 0 1 332 141 100
Binary 1001000 10001011 11111100 1000111 101101 0 1 11011010 1100001 1000000

Color Harmonies of #488BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BFC

Black with #488BFC

Text Example


Text Example

White with #488BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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