Html Css Color HEX #58A2ED Cornflower Blue

📋 copy color: '#58A2ED'

red 88 ◦ green 162 ◦ blue 237

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

Shades of Cornflower Blue #58A2ED

Tints of Cornflower Blue #58A2ED

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.26%

 BLUE value IS 237 (92.97% from 255) = 48.67%

R = 18.07%
G = 33.26%
B = 48.67%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#58A2ED (or 0x58A2ED) is known color: Cornflower Blue. HEX triplet: 58, A2 and ED. RGB value is (88,162,237). Sum of RGB (Red+Green+Blue) = 88+162+237=487 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.07% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #58A2ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A2ED is #A75D12. Grayscale: #949494. Windows color (decimal): -10968339 or 15573592. OLE color: 15573592.

HSL color Cylindrical-coordinate representation of color #58A2ED: hue angle of 210.2º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58A2ED is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 162 237 -
CMYK 0.63 0.32 0 0.07
HSL 210.2º 0.81% 0.64% -
HSV(B) 210.2º 0.63% 0.93% -
XYZ 32.23 34.03 84.99 -
YUV 148.42 177.98 84.9 -
System Red Green Blue C M Y K H S L
Decimal 88 162 237 0.63 0.32 0 0.07 210.2 0.81 0.64
Hex 58 A2 ED 3F 20 0 7 D2 51 40
Octal 130 242 355 77 40 0 7 322 121 100
Binary 1011000 10100010 11101101 111111 100000 0 111 11010010 1010001 1000000

Color Harmonies of #58A2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A2ED

Black with #58A2ED

Text Example


Text Example

White with #58A2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,162,237); }

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

background-color css

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

 a { background-color: rgb(88,162,237); }

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

border-color css

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

 span { border-color: rgb(88,162,237); }

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