Html Css Color HEX #488AEC Cornflower Blue

📋 copy color: '#488AEC'

red 72 ◦ green 138 ◦ blue 236

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

Shades of Cornflower Blue #488AEC

Tints of Cornflower Blue #488AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.91%

R = 16.14%
G = 30.94%
B = 52.91%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#488AEC (or 0x488AEC) is known color: Cornflower Blue. HEX triplet: 48, 8A and EC. RGB value is (72,138,236). Sum of RGB (Red+Green+Blue) = 72+138+236=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #488AEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488AEC is #B77513. Grayscale: #808080. Windows color (decimal): -12023060 or 15501896. OLE color: 15501896.

HSL color Cylindrical-coordinate representation of color #488AEC: hue angle of 215.85º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #488AEC is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 138 236 -
CMYK 0.69 0.42 0 0.07
HSL 215.85º 0.81% 0.6% -
HSV(B) 215.85º 0.69% 0.93% -
XYZ 26.9 25.61 82.88 -
YUV 129.44 188.13 87.03 -
System Red Green Blue C M Y K H S L
Decimal 72 138 236 0.69 0.42 0 0.07 215.85 0.81 0.6
Hex 48 8A EC 45 2A 0 7 D8 51 3C
Octal 110 212 354 105 52 0 7 330 121 74
Binary 1001000 10001010 11101100 1000101 101010 0 111 11011000 1010001 111100

Color Harmonies of #488AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488AEC

Black with #488AEC

Text Example


Text Example

White with #488AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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