Html Css Color HEX #488BE8 Cornflower Blue

📋 copy color: '#488BE8'

red 72 ◦ green 139 ◦ blue 232

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

Shades of Cornflower Blue #488BE8

Tints of Cornflower Blue #488BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.37%

R = 16.25%
G = 31.38%
B = 52.37%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#488BE8 (or 0x488BE8) is known color: Cornflower Blue. HEX triplet: 48, 8B and E8. RGB value is (72,139,232). Sum of RGB (Red+Green+Blue) = 72+139+232=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #488BE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488BE8 is #B77417. Grayscale: #818181. Windows color (decimal): -12022808 or 15240008. OLE color: 15240008.

HSL color Cylindrical-coordinate representation of color #488BE8: hue angle of 214.88º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #488BE8 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 139 232 -
CMYK 0.69 0.40 0 0.09
HSL 214.88º 0.78% 0.6% -
HSV(B) 214.88º 0.69% 0.91% -
XYZ 26.47 25.67 79.9 -
YUV 129.57 185.8 86.94 -
System Red Green Blue C M Y K H S L
Decimal 72 139 232 0.69 0.40 0 0.09 214.88 0.78 0.6
Hex 48 8B E8 45 28 0 9 D7 4E 3C
Octal 110 213 350 105 50 0 11 327 116 74
Binary 1001000 10001011 11101000 1000101 101000 0 1001 11010111 1001110 111100

Color Harmonies of #488BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BE8

Black with #488BE8

Text Example


Text Example

White with #488BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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