Html Css Color HEX #488AED Cornflower Blue

📋 copy color: '#488AED'

red 72 ◦ green 138 ◦ blue 237

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

Shades of Cornflower Blue #488AED

Tints of Cornflower Blue #488AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.02%

R = 16.11%
G = 30.87%
B = 53.02%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#488AED (or 0x488AED) is known color: Cornflower Blue. HEX triplet: 48, 8A and ED. RGB value is (72,138,237). Sum of RGB (Red+Green+Blue) = 72+138+237=447 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.11% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #488AED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488AED is #B77512. Grayscale: #818181. Windows color (decimal): -12023059 or 15567432. OLE color: 15567432.

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

Color convert

RGB 72 138 237 -
CMYK 0.70 0.42 0 0.07
HSL 216º 0.82% 0.61% -
HSV(B) 216º 0.7% 0.93% -
XYZ 27.05 25.67 83.65 -
YUV 129.55 188.63 86.95 -
System Red Green Blue C M Y K H S L
Decimal 72 138 237 0.70 0.42 0 0.07 216 0.82 0.61
Hex 48 8A ED 46 2A 0 7 D8 52 3D
Octal 110 212 355 106 52 0 7 330 122 75
Binary 1001000 10001010 11101101 1000110 101010 0 111 11011000 1010010 111101

Color Harmonies of #488AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488AED

Black with #488AED

Text Example


Text Example

White with #488AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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