Html Css Color HEX #488CEE Cornflower Blue

📋 copy color: '#488CEE'

red 72 ◦ green 140 ◦ blue 238

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

Shades of Cornflower Blue #488CEE

Tints of Cornflower Blue #488CEE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.11%

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

R = 16%
G = 31.11%
B = 52.89%

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

#488CEE (or 0x488CEE) is known color: Cornflower Blue. HEX triplet: 48, 8C and EE. RGB value is (72,140,238). Sum of RGB (Red+Green+Blue) = 72+140+238=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #488CEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488CEE is #B77311. Grayscale: #828282. Windows color (decimal): -12022546 or 15633480. OLE color: 15633480.

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

Color convert

RGB 72 140 238 -
CMYK 0.70 0.41 0 0.07
HSL 215.42º 0.83% 0.61% -
HSV(B) 215.42º 0.7% 0.93% -
XYZ 27.48 26.31 84.52 -
YUV 130.84 188.47 86.03 -
System Red Green Blue C M Y K H S L
Decimal 72 140 238 0.70 0.41 0 0.07 215.42 0.83 0.61
Hex 48 8C EE 46 29 0 7 D7 53 3D
Octal 110 214 356 106 51 0 7 327 123 75
Binary 1001000 10001100 11101110 1000110 101001 0 111 11010111 1010011 111101

Color Harmonies of #488CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488CEE

Black with #488CEE

Text Example


Text Example

White with #488CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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