Html Css Color HEX #58A8EF Cornflower Blue

📋 copy color: '#58A8EF'

red 88 ◦ green 168 ◦ blue 239

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

Shades of Cornflower Blue #58A8EF

Tints of Cornflower Blue #58A8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 17.78%
G = 33.94%
B = 48.28%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#58A8EF (or 0x58A8EF) is known color: Cornflower Blue. HEX triplet: 58, A8 and EF. RGB value is (88,168,239). Sum of RGB (Red+Green+Blue) = 88+168+239=495 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.78% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #58A8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A8EF is #A75710. Grayscale: #979797. Windows color (decimal): -10966801 or 15706200. OLE color: 15706200.

HSL color Cylindrical-coordinate representation of color #58A8EF: hue angle of 208.21º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58A8EF is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 168 239 -
CMYK 0.63 0.30 0 0.06
HSL 208.21º 0.83% 0.64% -
HSV(B) 208.21º 0.63% 0.94% -
XYZ 33.61 36.31 86.9 -
YUV 152.17 177 82.23 -
System Red Green Blue C M Y K H S L
Decimal 88 168 239 0.63 0.30 0 0.06 208.21 0.83 0.64
Hex 58 A8 EF 3F 1E 0 6 D0 53 40
Octal 130 250 357 77 36 0 6 320 123 100
Binary 1011000 10101000 11101111 111111 11110 0 110 11010000 1010011 1000000

Color Harmonies of #58A8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A8EF

Black with #58A8EF

Text Example


Text Example

White with #58A8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,168,239); }

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

background-color css

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

 a { background-color: rgb(88,168,239); }

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

border-color css

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

 span { border-color: rgb(88,168,239); }

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