Html Css Color HEX #58A1EA Cornflower Blue

📋 copy color: '#58A1EA'

red 88 ◦ green 161 ◦ blue 234

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

Shades of Cornflower Blue #58A1EA

Tints of Cornflower Blue #58A1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 18.22%
G = 33.33%
B = 48.45%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#58A1EA (or 0x58A1EA) is known color: Cornflower Blue. HEX triplet: 58, A1 and EA. RGB value is (88,161,234). Sum of RGB (Red+Green+Blue) = 88+161+234=483 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.22% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #58A1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A1EA is #A75E15. Grayscale: #939393. Windows color (decimal): -10968598 or 15376728. OLE color: 15376728.

HSL color Cylindrical-coordinate representation of color #58A1EA: hue angle of 210º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58A1EA is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 161 234 -
CMYK 0.62 0.31 0 0.08
HSL 210º 0.78% 0.63% -
HSV(B) 210º 0.62% 0.92% -
XYZ 31.62 33.5 82.64 -
YUV 147.5 176.82 85.56 -
System Red Green Blue C M Y K H S L
Decimal 88 161 234 0.62 0.31 0 0.08 210 0.78 0.63
Hex 58 A1 EA 3E 1F 0 8 D2 4E 3F
Octal 130 241 352 76 37 0 10 322 116 77
Binary 1011000 10100001 11101010 111110 11111 0 1000 11010010 1001110 111111

Color Harmonies of #58A1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A1EA

Black with #58A1EA

Text Example


Text Example

White with #58A1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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