Html Css Color HEX #488EEC Cornflower Blue

📋 copy color: '#488EEC'

red 72 ◦ green 142 ◦ blue 236

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

Shades of Cornflower Blue #488EEC

Tints of Cornflower Blue #488EEC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.56%

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

R = 16%
G = 31.56%
B = 52.44%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#488EEC (or 0x488EEC) is known color: Cornflower Blue. HEX triplet: 48, 8E and EC. RGB value is (72,142,236). Sum of RGB (Red+Green+Blue) = 72+142+236=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #488EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488EEC is #B77113. Grayscale: #838383. Windows color (decimal): -12022036 or 15502920. OLE color: 15502920.

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

Color convert

RGB 72 142 236 -
CMYK 0.69 0.40 0 0.07
HSL 214.39º 0.81% 0.6% -
HSV(B) 214.39º 0.69% 0.93% -
XYZ 27.49 26.78 83.08 -
YUV 131.79 186.81 85.36 -
System Red Green Blue C M Y K H S L
Decimal 72 142 236 0.69 0.40 0 0.07 214.39 0.81 0.6
Hex 48 8E EC 45 28 0 7 D6 51 3C
Octal 110 216 354 105 50 0 7 326 121 74
Binary 1001000 10001110 11101100 1000101 101000 0 111 11010110 1010001 111100

Color Harmonies of #488EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488EEC

Black with #488EEC

Text Example


Text Example

White with #488EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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