Html Css Color HEX #488AF9 Cornflower Blue

📋 copy color: '#488AF9'

red 72 ◦ green 138 ◦ blue 249

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

Shades of Cornflower Blue #488AF9

Tints of Cornflower Blue #488AF9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.07%

 BLUE value IS 249 (97.66% from 255) = 54.25%

R = 15.69%
G = 30.07%
B = 54.25%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#488AF9 (or 0x488AF9) is known color: Cornflower Blue. HEX triplet: 48, 8A and F9. RGB value is (72,138,249). Sum of RGB (Red+Green+Blue) = 72+138+249=459 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.69% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #488AF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488AF9 is #B77506. Grayscale: #828282. Windows color (decimal): -12023047 or 16353864. OLE color: 16353864.

HSL color Cylindrical-coordinate representation of color #488AF9: hue angle of 217.63º degrees, saturation: 0.94, 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 #488AF9 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 138 249 -
CMYK 0.71 0.45 0 0.02
HSL 217.63º 0.94% 0.63% -
HSV(B) 217.63º 0.71% 0.98% -
XYZ 28.86 26.39 93.2 -
YUV 130.92 194.63 85.97 -
System Red Green Blue C M Y K H S L
Decimal 72 138 249 0.71 0.45 0 0.02 217.63 0.94 0.63
Hex 48 8A F9 47 2D 0 2 DA 5E 3F
Octal 110 212 371 107 55 0 2 332 136 77
Binary 1001000 10001010 11111001 1000111 101101 0 10 11011010 1011110 111111

Color Harmonies of #488AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488AF9

Black with #488AF9

Text Example


Text Example

White with #488AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,138,249); }

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

background-color css

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

 a { background-color: rgb(72,138,249); }

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

border-color css

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

 span { border-color: rgb(72,138,249); }

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