Html Css Color HEX #488BFA Cornflower Blue

📋 copy color: '#488BFA'

red 72 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #488BFA

Tints of Cornflower Blue #488BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.15%

 BLUE value IS 250 (98.05% from 255) = 54.23%

R = 15.62%
G = 30.15%
B = 54.23%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#488BFA (or 0x488BFA) is known color: Cornflower Blue. HEX triplet: 48, 8B and FA. RGB value is (72,139,250). Sum of RGB (Red+Green+Blue) = 72+139+250=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #488BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488BFA is #B77405. Grayscale: #838383. Windows color (decimal): -12022790 or 16419656. OLE color: 16419656.

HSL color Cylindrical-coordinate representation of color #488BFA: hue angle of 217.42º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #488BFA is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 139 250 -
CMYK 0.71 0.44 0 0.02
HSL 217.42º 0.95% 0.63% -
HSV(B) 217.42º 0.71% 0.98% -
XYZ 29.16 26.75 94.07 -
YUV 131.62 194.8 85.47 -
System Red Green Blue C M Y K H S L
Decimal 72 139 250 0.71 0.44 0 0.02 217.42 0.95 0.63
Hex 48 8B FA 47 2C 0 2 D9 5F 3F
Octal 110 213 372 107 54 0 2 331 137 77
Binary 1001000 10001011 11111010 1000111 101100 0 10 11011001 1011111 111111

Color Harmonies of #488BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BFA

Black with #488BFA

Text Example


Text Example

White with #488BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,139,250); }

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

background-color css

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

 a { background-color: rgb(72,139,250); }

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

border-color css

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

 span { border-color: rgb(72,139,250); }

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