Html Css Color HEX #488FFD Cornflower Blue

📋 copy color: '#488FFD'

red 72 ◦ green 143 ◦ blue 253

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

Shades of Cornflower Blue #488FFD

Tints of Cornflower Blue #488FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.56%

 BLUE value IS 253 (99.22% from 255) = 54.06%

R = 15.38%
G = 30.56%
B = 54.06%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#488FFD (or 0x488FFD) is known color: Cornflower Blue. HEX triplet: 48, 8F and FD. RGB value is (72,143,253). Sum of RGB (Red+Green+Blue) = 72+143+253=468 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.38% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #488FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488FFD is #B77002. Grayscale: #858585. Windows color (decimal): -12021763 or 16617288. OLE color: 16617288.

HSL color Cylindrical-coordinate representation of color #488FFD: hue angle of 216.46º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #488FFD is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 143 253 -
CMYK 0.72 0.43 0 0.01
HSL 216.46º 0.98% 0.64% -
HSV(B) 216.46º 0.72% 0.99% -
XYZ 30.22 28.11 96.76 -
YUV 134.31 194.98 83.56 -
System Red Green Blue C M Y K H S L
Decimal 72 143 253 0.72 0.43 0 0.01 216.46 0.98 0.64
Hex 48 8F FD 48 2B 0 1 D8 62 40
Octal 110 217 375 110 53 0 1 330 142 100
Binary 1001000 10001111 11111101 1001000 101011 0 1 11011000 1100010 1000000

Color Harmonies of #488FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488FFD

Black with #488FFD

Text Example


Text Example

White with #488FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,143,253); }

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

background-color css

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

 a { background-color: rgb(72,143,253); }

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

border-color css

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

 span { border-color: rgb(72,143,253); }

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