Html Css Color HEX #488DEE Cornflower Blue

📋 copy color: '#488DEE'

red 72 ◦ green 141 ◦ blue 238

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

Shades of Cornflower Blue #488DEE

Tints of Cornflower Blue #488DEE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.26%

 BLUE value IS 238 (93.36% from 255) = 52.77%

R = 15.96%
G = 31.26%
B = 52.77%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#488DEE (or 0x488DEE) is known color: Cornflower Blue. HEX triplet: 48, 8D and EE. RGB value is (72,141,238). Sum of RGB (Red+Green+Blue) = 72+141+238=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #488DEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488DEE is #B77211. Grayscale: #828282. Windows color (decimal): -12022290 or 15633736. OLE color: 15633736.

HSL color Cylindrical-coordinate representation of color #488DEE: hue angle of 215.06º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #488DEE is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 141 238 -
CMYK 0.70 0.41 0 0.07
HSL 215.06º 0.83% 0.61% -
HSV(B) 215.06º 0.7% 0.93% -
XYZ 27.63 26.6 84.57 -
YUV 131.43 188.14 85.61 -
System Red Green Blue C M Y K H S L
Decimal 72 141 238 0.70 0.41 0 0.07 215.06 0.83 0.61
Hex 48 8D EE 46 29 0 7 D7 53 3D
Octal 110 215 356 106 51 0 7 327 123 75
Binary 1001000 10001101 11101110 1000110 101001 0 111 11010111 1010011 111101

Color Harmonies of #488DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DEE

Black with #488DEE

Text Example


Text Example

White with #488DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,141,238); }

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

background-color css

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

 a { background-color: rgb(72,141,238); }

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

border-color css

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

 span { border-color: rgb(72,141,238); }

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