Html Css Color HEX #48A1F7 Cornflower Blue

📋 copy color: '#48A1F7'

red 72 ◦ green 161 ◦ blue 247

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

Shades of Cornflower Blue #48A1F7

Tints of Cornflower Blue #48A1F7

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.54%

 BLUE value IS 247 (96.88% from 255) = 51.46%

R = 15%
G = 33.54%
B = 51.46%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#48A1F7 (or 0x48A1F7) is known color: Cornflower Blue. HEX triplet: 48, A1 and F7. RGB value is (72,161,247). Sum of RGB (Red+Green+Blue) = 72+161+247=480 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 247 (96.88% from 255 or 51.46% from 480); Max value from RGB is 247 - color contains mainly: blue. Hex color #48A1F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A1F7 is #B75E08. Grayscale: #8F8F8F. Windows color (decimal): -12017161 or 16228680. OLE color: 16228680.

HSL color Cylindrical-coordinate representation of color #48A1F7: hue angle of 209.49º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48A1F7 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 72 161 247 -
CMYK 0.71 0.35 0 0.03
HSL 209.49º 0.92% 0.63% -
HSV(B) 209.49º 0.71% 0.97% -
XYZ 32.21 33.58 92.78 -
YUV 144.19 186.01 76.51 -
System Red Green Blue C M Y K H S L
Decimal 72 161 247 0.71 0.35 0 0.03 209.49 0.92 0.63
Hex 48 A1 F7 47 23 0 3 D1 5C 3F
Octal 110 241 367 107 43 0 3 321 134 77
Binary 1001000 10100001 11110111 1000111 100011 0 11 11010001 1011100 111111

Color Harmonies of #48A1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A1F7

Black with #48A1F7

Text Example


Text Example

White with #48A1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48A1F7; }

 p { color: rgb(72,161,247); }

 H1.HeaderClassName
 {
   color: #48A1F7;
 }
 .AnyTagClassName
 {
   color: #48A1F7;
 }
</style>

background-color css

<style>
 a { background-color: #48A1F7; }

 a { background-color: rgb(72,161,247); }

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

border-color css

<style>
 span { border-color: #48A1F7; }

 span { border-color: rgb(72,161,247); }

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