Html Css Color HEX #488CDF Cornflower Blue

📋 copy color: '#488CDF'

red 72 ◦ green 140 ◦ blue 223

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

Shades of Cornflower Blue #488CDF

Tints of Cornflower Blue #488CDF

RGB

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

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

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

R = 16.55%
G = 32.18%
B = 51.26%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#488CDF (or 0x488CDF) is known color: Cornflower Blue. HEX triplet: 48, 8C and DF. RGB value is (72,140,223). Sum of RGB (Red+Green+Blue) = 72+140+223=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #488CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CDF is #B77320. Grayscale: #808080. Windows color (decimal): -12022561 or 14650440. OLE color: 14650440.

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

Color convert

RGB 72 140 223 -
CMYK 0.68 0.37 0 0.13
HSL 212.98º 0.7% 0.58% -
HSV(B) 212.98º 0.68% 0.87% -
XYZ 25.37 25.46 73.39 -
YUV 129.13 180.97 87.25 -
System Red Green Blue C M Y K H S L
Decimal 72 140 223 0.68 0.37 0 0.13 212.98 0.7 0.58
Hex 48 8C DF 44 25 0 D D5 46 3A
Octal 110 214 337 104 45 0 15 325 106 72
Binary 1001000 10001100 11011111 1000100 100101 0 1101 11010101 1000110 111010

Color Harmonies of #488CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488CDF

Black with #488CDF

Text Example


Text Example

White with #488CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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