Html Css Color HEX #758DFB Cornflower Blue

📋 copy color: '#758DFB'

red 117 ◦ green 141 ◦ blue 251

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

Shades of Cornflower Blue #758DFB

Tints of Cornflower Blue #758DFB

RGB

 RED value IS 117 (46.09% from 255) = 22.99%

 GREEN value IS 141 (55.47% from 255) = 27.7%

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 22.99%
G = 27.7%
B = 49.31%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#758DFB (or 0x758DFB) is known color: Cornflower Blue. HEX triplet: 75, 8D and FB. RGB value is (117,141,251). Sum of RGB (Red+Green+Blue) = 117+141+251=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #758DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758DFB is #8A7204. Grayscale: #919191. Windows color (decimal): -9073157 or 16485749. OLE color: 16485749.

HSL color Cylindrical-coordinate representation of color #758DFB: hue angle of 229.25º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #758DFB is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 141 251 -
CMYK 0.53 0.44 0 0.02
HSL 229.25º 0.94% 0.72% -
HSV(B) 229.25º 0.53% 0.98% -
XYZ 34.27 29.8 95.21 -
YUV 146.36 187.05 107.06 -
System Red Green Blue C M Y K H S L
Decimal 117 141 251 0.53 0.44 0 0.02 229.25 0.94 0.72
Hex 75 8D FB 35 2C 0 2 E5 5E 48
Octal 165 215 373 65 54 0 2 345 136 110
Binary 1110101 10001101 11111011 110101 101100 0 10 11100101 1011110 1001000

Color Harmonies of #758DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DFB

Black with #758DFB

Text Example


Text Example

White with #758DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758DFB; }

 p { color: rgb(117,141,251); }

 H1.HeaderClassName
 {
   color: #758DFB;
 }
 .AnyTagClassName
 {
   color: #758DFB;
 }
</style>

background-color css

<style>
 a { background-color: #758DFB; }

 a { background-color: rgb(117,141,251); }

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

border-color css

<style>
 span { border-color: #758DFB; }

 span { border-color: rgb(117,141,251); }

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