Html Css Color HEX #488EE6 Cornflower Blue

📋 copy color: '#488EE6'

red 72 ◦ green 142 ◦ blue 230

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

Shades of Cornflower Blue #488EE6

Tints of Cornflower Blue #488EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51.8%

R = 16.22%
G = 31.98%
B = 51.8%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#488EE6 (or 0x488EE6) is known color: Cornflower Blue. HEX triplet: 48, 8E and E6. RGB value is (72,142,230). Sum of RGB (Red+Green+Blue) = 72+142+230=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #488EE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488EE6 is #B77119. Grayscale: #828282. Windows color (decimal): -12022042 or 15109704. OLE color: 15109704.

HSL color Cylindrical-coordinate representation of color #488EE6: hue angle of 213.42º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #488EE6 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 142 230 -
CMYK 0.69 0.38 0 0.10
HSL 213.42º 0.76% 0.59% -
HSV(B) 213.42º 0.69% 0.9% -
XYZ 26.63 26.44 78.56 -
YUV 131.1 183.81 85.84 -
System Red Green Blue C M Y K H S L
Decimal 72 142 230 0.69 0.38 0 0.10 213.42 0.76 0.59
Hex 48 8E E6 45 26 0 A D5 4C 3B
Octal 110 216 346 105 46 0 12 325 114 73
Binary 1001000 10001110 11100110 1000101 100110 0 1010 11010101 1001100 111011

Color Harmonies of #488EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488EE6

Black with #488EE6

Text Example


Text Example

White with #488EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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