Html Css Color HEX #58ACF9 Cornflower Blue

📋 copy color: '#58ACF9'

red 88 ◦ green 172 ◦ blue 249

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

Shades of Cornflower Blue #58ACF9

Tints of Cornflower Blue #58ACF9

RGB

 RED value IS 88 (34.77% from 255) = 17.29%

 GREEN value IS 172 (67.58% from 255) = 33.79%

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

R = 17.29%
G = 33.79%
B = 48.92%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#58ACF9 (or 0x58ACF9) is known color: Cornflower Blue. HEX triplet: 58, AC and F9. RGB value is (88,172,249). Sum of RGB (Red+Green+Blue) = 88+172+249=509 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.29% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #58ACF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ACF9 is #A75306. Grayscale: #9B9B9B. Windows color (decimal): -10965767 or 16362584. OLE color: 16362584.

HSL color Cylindrical-coordinate representation of color #58ACF9: hue angle of 208.7º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58ACF9 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 172 249 -
CMYK 0.65 0.31 0 0.02
HSL 208.7º 0.93% 0.66% -
HSV(B) 208.7º 0.65% 0.98% -
XYZ 35.88 38.42 95.15 -
YUV 155.66 180.67 79.74 -
System Red Green Blue C M Y K H S L
Decimal 88 172 249 0.65 0.31 0 0.02 208.7 0.93 0.66
Hex 58 AC F9 41 1F 0 2 D1 5D 42
Octal 130 254 371 101 37 0 2 321 135 102
Binary 1011000 10101100 11111001 1000001 11111 0 10 11010001 1011101 1000010

Color Harmonies of #58ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ACF9

Black with #58ACF9

Text Example


Text Example

White with #58ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58ACF9; }

 p { color: rgb(88,172,249); }

 H1.HeaderClassName
 {
   color: #58ACF9;
 }
 .AnyTagClassName
 {
   color: #58ACF9;
 }
</style>

background-color css

<style>
 a { background-color: #58ACF9; }

 a { background-color: rgb(88,172,249); }

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

border-color css

<style>
 span { border-color: #58ACF9; }

 span { border-color: rgb(88,172,249); }

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