Html Css Color HEX #58A3EF Cornflower Blue

📋 copy color: '#58A3EF'

red 88 ◦ green 163 ◦ blue 239

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

Shades of Cornflower Blue #58A3EF

Tints of Cornflower Blue #58A3EF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.27%

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

R = 17.96%
G = 33.27%
B = 48.78%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#58A3EF (or 0x58A3EF) is known color: Cornflower Blue. HEX triplet: 58, A3 and EF. RGB value is (88,163,239). Sum of RGB (Red+Green+Blue) = 88+163+239=490 (64% of max value = 765). Red value is 88 (34.77% from 255 or 17.96% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #58A3EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A3EF is #A75C10. Grayscale: #949494. Windows color (decimal): -10968081 or 15704920. OLE color: 15704920.

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

Color convert

RGB 88 163 239 -
CMYK 0.63 0.32 0 0.06
HSL 210.2º 0.83% 0.64% -
HSV(B) 210.2º 0.63% 0.94% -
XYZ 32.7 34.5 86.6 -
YUV 149.24 178.65 84.32 -
System Red Green Blue C M Y K H S L
Decimal 88 163 239 0.63 0.32 0 0.06 210.2 0.83 0.64
Hex 58 A3 EF 3F 20 0 6 D2 53 40
Octal 130 243 357 77 40 0 6 322 123 100
Binary 1011000 10100011 11101111 111111 100000 0 110 11010010 1010011 1000000

Color Harmonies of #58A3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A3EF

Black with #58A3EF

Text Example


Text Example

White with #58A3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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