Html Css Color HEX #58ABFD Cornflower Blue

📋 copy color: '#58ABFD'

red 88 ◦ green 171 ◦ blue 253

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

Shades of Cornflower Blue #58ABFD

Tints of Cornflower Blue #58ABFD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.4%

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 17.19%
G = 33.4%
B = 49.41%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#58ABFD (or 0x58ABFD) is known color: Cornflower Blue. HEX triplet: 58, AB and FD. RGB value is (88,171,253). Sum of RGB (Red+Green+Blue) = 88+171+253=512 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.19% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #58ABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ABFD is #A75402. Grayscale: #9B9B9B. Windows color (decimal): -10966019 or 16624472. OLE color: 16624472.

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

Color convert

RGB 88 171 253 -
CMYK 0.65 0.32 0 0.01
HSL 209.82º 0.98% 0.67% -
HSV(B) 209.82º 0.65% 0.99% -
XYZ 36.32 38.29 98.41 -
YUV 155.53 183 79.83 -
System Red Green Blue C M Y K H S L
Decimal 88 171 253 0.65 0.32 0 0.01 209.82 0.98 0.67
Hex 58 AB FD 41 20 0 1 D2 62 43
Octal 130 253 375 101 40 0 1 322 142 103
Binary 1011000 10101011 11111101 1000001 100000 0 1 11010010 1100010 1000011

Color Harmonies of #58ABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ABFD

Black with #58ABFD

Text Example


Text Example

White with #58ABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,171,253); }

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

background-color css

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

 a { background-color: rgb(88,171,253); }

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

border-color css

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

 span { border-color: rgb(88,171,253); }

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