Html Css Color HEX #488ADF Cornflower Blue

📋 copy color: '#488ADF'

red 72 ◦ green 138 ◦ blue 223

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

Shades of Cornflower Blue #488ADF

Tints of Cornflower Blue #488ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 16.63%
G = 31.87%
B = 51.5%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#488ADF (or 0x488ADF) is known color: Cornflower Blue. HEX triplet: 48, 8A and DF. RGB value is (72,138,223). Sum of RGB (Red+Green+Blue) = 72+138+223=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #488ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ADF is #B77520. Grayscale: #7F7F7F. Windows color (decimal): -12023073 or 14649928. OLE color: 14649928.

HSL color Cylindrical-coordinate representation of color #488ADF: hue angle of 213.77º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #488ADF is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 138 223 -
CMYK 0.68 0.38 0 0.13
HSL 213.77º 0.7% 0.58% -
HSV(B) 213.77º 0.68% 0.87% -
XYZ 25.08 24.88 73.29 -
YUV 127.96 181.63 88.09 -
System Red Green Blue C M Y K H S L
Decimal 72 138 223 0.68 0.38 0 0.13 213.77 0.7 0.58
Hex 48 8A DF 44 26 0 D D6 46 3A
Octal 110 212 337 104 46 0 15 326 106 72
Binary 1001000 10001010 11011111 1000100 100110 0 1101 11010110 1000110 111010

Color Harmonies of #488ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488ADF

Black with #488ADF

Text Example


Text Example

White with #488ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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