Html Css Color HEX #488AE8 Cornflower Blue

📋 copy color: '#488AE8'

red 72 ◦ green 138 ◦ blue 232

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

Shades of Cornflower Blue #488AE8

Tints of Cornflower Blue #488AE8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.22%

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

R = 16.29%
G = 31.22%
B = 52.49%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#488AE8 (or 0x488AE8) is known color: Cornflower Blue. HEX triplet: 48, 8A and E8. RGB value is (72,138,232). Sum of RGB (Red+Green+Blue) = 72+138+232=442 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.29% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #488AE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488AE8 is #B77517. Grayscale: #808080. Windows color (decimal): -12023064 or 15239752. OLE color: 15239752.

HSL color Cylindrical-coordinate representation of color #488AE8: hue angle of 215.25º 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 #488AE8 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 138 232 -
CMYK 0.69 0.41 0 0.09
HSL 215.25º 0.78% 0.6% -
HSV(B) 215.25º 0.69% 0.91% -
XYZ 26.33 25.38 79.86 -
YUV 128.98 186.13 87.36 -
System Red Green Blue C M Y K H S L
Decimal 72 138 232 0.69 0.41 0 0.09 215.25 0.78 0.6
Hex 48 8A E8 45 29 0 9 D7 4E 3C
Octal 110 212 350 105 51 0 11 327 116 74
Binary 1001000 10001010 11101000 1000101 101001 0 1001 11010111 1001110 111100

Color Harmonies of #488AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488AE8

Black with #488AE8

Text Example


Text Example

White with #488AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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