Html Css Color HEX #48A1FD Cornflower Blue

📋 copy color: '#48A1FD'

red 72 ◦ green 161 ◦ blue 253

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

Shades of Cornflower Blue #48A1FD

Tints of Cornflower Blue #48A1FD

RGB

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

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

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

R = 14.81%
G = 33.13%
B = 52.06%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#48A1FD (or 0x48A1FD) is known color: Cornflower Blue. HEX triplet: 48, A1 and FD. RGB value is (72,161,253). Sum of RGB (Red+Green+Blue) = 72+161+253=486 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.81% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #48A1FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A1FD is #B75E02. Grayscale: #909090. Windows color (decimal): -12017155 or 16621896. OLE color: 16621896.

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

Color convert

RGB 72 161 253 -
CMYK 0.72 0.36 0 0.01
HSL 210.5º 0.98% 0.64% -
HSV(B) 210.5º 0.72% 0.99% -
XYZ 33.15 33.96 97.74 -
YUV 144.88 189.01 76.02 -
System Red Green Blue C M Y K H S L
Decimal 72 161 253 0.72 0.36 0 0.01 210.5 0.98 0.64
Hex 48 A1 FD 48 24 0 1 D2 62 40
Octal 110 241 375 110 44 0 1 322 142 100
Binary 1001000 10100001 11111101 1001000 100100 0 1 11010010 1100010 1000000

Color Harmonies of #48A1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A1FD

Black with #48A1FD

Text Example


Text Example

White with #48A1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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