Html Css Color HEX #58A2FF Cornflower Blue

📋 copy color: '#58A2FF'

red 88 ◦ green 162 ◦ blue 255

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

Shades of Cornflower Blue #58A2FF

Tints of Cornflower Blue #58A2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.5%

R = 17.43%
G = 32.08%
B = 50.5%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#58A2FF (or 0x58A2FF) is known color: Cornflower Blue. HEX triplet: 58, A2 and FF. RGB value is (88,162,255). Sum of RGB (Red+Green+Blue) = 88+162+255=505 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.43% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #58A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A2FF is #A75D00. Grayscale: #969696. Windows color (decimal): -10968321 or 16753240. OLE color: 16753240.

HSL color Cylindrical-coordinate representation of color #58A2FF: hue angle of 213.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58A2FF is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 88 162 255 -
CMYK 0.65 0.36 0 0
HSL 213.41º 1% 0.67% -
HSV(B) 213.41º 0.65% 1% -
XYZ 34.99 35.14 99.55 -
YUV 150.48 186.98 83.44 -
System Red Green Blue C M Y K H S L
Decimal 88 162 255 0.65 0.36 0 0 213.41 1 0.67
Hex 58 A2 FF 41 24 0 0 D5 64 43
Octal 130 242 377 101 44 0 0 325 144 103
Binary 1011000 10100010 11111111 1000001 100100 0 0 11010101 1100100 1000011

Color Harmonies of #58A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A2FF

Black with #58A2FF

Text Example


Text Example

White with #58A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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