Html Css Color HEX #488BFF Cornflower Blue

📋 copy color: '#488BFF'

red 72 ◦ green 139 ◦ blue 255

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

Shades of Cornflower Blue #488BFF

Tints of Cornflower Blue #488BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.72%

R = 15.45%
G = 29.83%
B = 54.72%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#488BFF (or 0x488BFF) is known color: Cornflower Blue. HEX triplet: 48, 8B and FF. RGB value is (72,139,255). Sum of RGB (Red+Green+Blue) = 72+139+255=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #488BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488BFF is #B77400. Grayscale: #838383. Windows color (decimal): -12022785 or 16747336. OLE color: 16747336.

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

Color convert

RGB 72 139 255 -
CMYK 0.72 0.45 0 0
HSL 218.03º 1% 0.64% -
HSV(B) 218.03º 0.72% 1% -
XYZ 29.96 27.06 98.25 -
YUV 132.19 197.3 85.07 -
System Red Green Blue C M Y K H S L
Decimal 72 139 255 0.72 0.45 0 0 218.03 1 0.64
Hex 48 8B FF 48 2D 0 0 DA 64 40
Octal 110 213 377 110 55 0 0 332 144 100
Binary 1001000 10001011 11111111 1001000 101101 0 0 11011010 1100100 1000000

Color Harmonies of #488BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BFF

Black with #488BFF

Text Example


Text Example

White with #488BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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