Html Css Color HEX #488EF1 Cornflower Blue

📋 copy color: '#488EF1'

red 72 ◦ green 142 ◦ blue 241

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

Shades of Cornflower Blue #488EF1

Tints of Cornflower Blue #488EF1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.21%

 BLUE value IS 241 (94.53% from 255) = 52.97%

R = 15.82%
G = 31.21%
B = 52.97%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#488EF1 (or 0x488EF1) is known color: Cornflower Blue. HEX triplet: 48, 8E and F1. RGB value is (72,142,241). Sum of RGB (Red+Green+Blue) = 72+142+241=455 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.82% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #488EF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488EF1 is #B7710E. Grayscale: #838383. Windows color (decimal): -12022031 or 15830600. OLE color: 15830600.

HSL color Cylindrical-coordinate representation of color #488EF1: hue angle of 215.15º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #488EF1 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 142 241 -
CMYK 0.70 0.41 0 0.05
HSL 215.15º 0.86% 0.61% -
HSV(B) 215.15º 0.7% 0.95% -
XYZ 28.22 27.07 86.96 -
YUV 132.36 189.31 84.95 -
System Red Green Blue C M Y K H S L
Decimal 72 142 241 0.70 0.41 0 0.05 215.15 0.86 0.61
Hex 48 8E F1 46 29 0 5 D7 56 3D
Octal 110 216 361 106 51 0 5 327 126 75
Binary 1001000 10001110 11110001 1000110 101001 0 101 11010111 1010110 111101

Color Harmonies of #488EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488EF1

Black with #488EF1

Text Example


Text Example

White with #488EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,142,241); }

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

background-color css

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

 a { background-color: rgb(72,142,241); }

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

border-color css

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

 span { border-color: rgb(72,142,241); }

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