Html Css Color HEX #48A8FF Cornflower Blue

📋 copy color: '#48A8FF'

red 72 ◦ green 168 ◦ blue 255

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

Shades of Cornflower Blue #48A8FF

Tints of Cornflower Blue #48A8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.94%

 BLUE value IS 255 (100% from 255) = 51.52%

R = 14.55%
G = 33.94%
B = 51.52%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#48A8FF (or 0x48A8FF) is known color: Cornflower Blue. HEX triplet: 48, A8 and FF. RGB value is (72,168,255). Sum of RGB (Red+Green+Blue) = 72+168+255=495 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.55% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #48A8FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A8FF is #B75700. Grayscale: #949494. Windows color (decimal): -12015361 or 16754760. OLE color: 16754760.

HSL color Cylindrical-coordinate representation of color #48A8FF: hue angle of 208.52º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48A8FF is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 72 168 255 -
CMYK 0.72 0.34 0 0
HSL 208.52º 1% 0.64% -
HSV(B) 208.52º 0.72% 1% -
XYZ 34.73 36.6 99.84 -
YUV 149.21 187.7 72.93 -
System Red Green Blue C M Y K H S L
Decimal 72 168 255 0.72 0.34 0 0 208.52 1 0.64
Hex 48 A8 FF 48 22 0 0 D1 64 40
Octal 110 250 377 110 42 0 0 321 144 100
Binary 1001000 10101000 11111111 1001000 100010 0 0 11010001 1100100 1000000

Color Harmonies of #48A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A8FF

Black with #48A8FF

Text Example


Text Example

White with #48A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,168,255); }

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

background-color css

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

 a { background-color: rgb(72,168,255); }

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

border-color css

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

 span { border-color: rgb(72,168,255); }

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