Html Css Color HEX #48A0FD Cornflower Blue

📋 copy color: '#48A0FD'

red 72 ◦ green 160 ◦ blue 253

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

Shades of Cornflower Blue #48A0FD

Tints of Cornflower Blue #48A0FD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.99%

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

R = 14.85%
G = 32.99%
B = 52.16%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#48A0FD (or 0x48A0FD) is known color: Cornflower Blue. HEX triplet: 48, A0 and FD. RGB value is (72,160,253). Sum of RGB (Red+Green+Blue) = 72+160+253=485 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.85% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #48A0FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A0FD is #B75F02. Grayscale: #8F8F8F. Windows color (decimal): -12017411 or 16621640. OLE color: 16621640.

HSL color Cylindrical-coordinate representation of color #48A0FD: hue angle of 210.83º 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 #48A0FD is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 160 253 -
CMYK 0.72 0.37 0 0.01
HSL 210.83º 0.98% 0.64% -
HSV(B) 210.83º 0.72% 0.99% -
XYZ 32.97 33.61 97.68 -
YUV 144.29 189.35 76.44 -
System Red Green Blue C M Y K H S L
Decimal 72 160 253 0.72 0.37 0 0.01 210.83 0.98 0.64
Hex 48 A0 FD 48 25 0 1 D3 62 40
Octal 110 240 375 110 45 0 1 323 142 100
Binary 1001000 10100000 11111101 1001000 100101 0 1 11010011 1100010 1000000

Color Harmonies of #48A0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A0FD

Black with #48A0FD

Text Example


Text Example

White with #48A0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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