Html Css Color HEX #58A1EF Cornflower Blue

📋 copy color: '#58A1EF'

red 88 ◦ green 161 ◦ blue 239

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

Shades of Cornflower Blue #58A1EF

Tints of Cornflower Blue #58A1EF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.99%

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

R = 18.03%
G = 32.99%
B = 48.98%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#58A1EF (or 0x58A1EF) is known color: Cornflower Blue. HEX triplet: 58, A1 and EF. RGB value is (88,161,239). Sum of RGB (Red+Green+Blue) = 88+161+239=488 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.03% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #58A1EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A1EF is #A75E10. Grayscale: #939393. Windows color (decimal): -10968593 or 15704408. OLE color: 15704408.

HSL color Cylindrical-coordinate representation of color #58A1EF: hue angle of 210.99º 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 #58A1EF is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 161 239 -
CMYK 0.63 0.33 0 0.06
HSL 210.99º 0.83% 0.64% -
HSV(B) 210.99º 0.63% 0.94% -
XYZ 32.35 33.8 86.48 -
YUV 148.07 179.32 85.16 -
System Red Green Blue C M Y K H S L
Decimal 88 161 239 0.63 0.33 0 0.06 210.99 0.83 0.64
Hex 58 A1 EF 3F 21 0 6 D3 53 40
Octal 130 241 357 77 41 0 6 323 123 100
Binary 1011000 10100001 11101111 111111 100001 0 110 11010011 1010011 1000000

Color Harmonies of #58A1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A1EF

Black with #58A1EF

Text Example


Text Example

White with #58A1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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