Html Css Color HEX #488BDF Cornflower Blue

📋 copy color: '#488BDF'

red 72 ◦ green 139 ◦ blue 223

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

Shades of Cornflower Blue #488BDF

Tints of Cornflower Blue #488BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.03%

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

R = 16.59%
G = 32.03%
B = 51.38%

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

#488BDF (or 0x488BDF) is known color: Cornflower Blue. HEX triplet: 48, 8B and DF. RGB value is (72,139,223). Sum of RGB (Red+Green+Blue) = 72+139+223=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #488BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BDF is #B77420. Grayscale: #808080. Windows color (decimal): -12022817 or 14650184. OLE color: 14650184.

HSL color Cylindrical-coordinate representation of color #488BDF: hue angle of 213.38º 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 #488BDF is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 139 223 -
CMYK 0.68 0.38 0 0.13
HSL 213.38º 0.7% 0.58% -
HSV(B) 213.38º 0.68% 0.87% -
XYZ 25.22 25.17 73.34 -
YUV 128.54 181.3 87.67 -
System Red Green Blue C M Y K H S L
Decimal 72 139 223 0.68 0.38 0 0.13 213.38 0.7 0.58
Hex 48 8B DF 44 26 0 D D5 46 3A
Octal 110 213 337 104 46 0 15 325 106 72
Binary 1001000 10001011 11011111 1000100 100110 0 1101 11010101 1000110 111010

Color Harmonies of #488BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BDF

Black with #488BDF

Text Example


Text Example

White with #488BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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