Html Css Color HEX #488CFB Cornflower Blue

📋 copy color: '#488CFB'

red 72 ◦ green 140 ◦ blue 251

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

Shades of Cornflower Blue #488CFB

Tints of Cornflower Blue #488CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.21%

R = 15.55%
G = 30.24%
B = 54.21%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#488CFB (or 0x488CFB) is known color: Cornflower Blue. HEX triplet: 48, 8C and FB. RGB value is (72,140,251). Sum of RGB (Red+Green+Blue) = 72+140+251=463 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.55% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #488CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488CFB is #B77304. Grayscale: #838383. Windows color (decimal): -12022533 or 16485448. OLE color: 16485448.

HSL color Cylindrical-coordinate representation of color #488CFB: hue angle of 217.21º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #488CFB is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 140 251 -
CMYK 0.71 0.44 0 0.02
HSL 217.21º 0.96% 0.63% -
HSV(B) 217.21º 0.71% 0.98% -
XYZ 29.46 27.1 94.94 -
YUV 132.32 194.97 84.97 -
System Red Green Blue C M Y K H S L
Decimal 72 140 251 0.71 0.44 0 0.02 217.21 0.96 0.63
Hex 48 8C FB 47 2C 0 2 D9 60 3F
Octal 110 214 373 107 54 0 2 331 140 77
Binary 1001000 10001100 11111011 1000111 101100 0 10 11011001 1100000 111111

Color Harmonies of #488CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488CFB

Black with #488CFB

Text Example


Text Example

White with #488CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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