Html Css Color HEX #758BF9 Cornflower Blue

📋 copy color: '#758BF9'

red 117 ◦ green 139 ◦ blue 249

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

Shades of Cornflower Blue #758BF9

Tints of Cornflower Blue #758BF9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.52%

 BLUE value IS 249 (97.66% from 255) = 49.31%

R = 23.17%
G = 27.52%
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

#758BF9 (or 0x758BF9) is known color: Cornflower Blue. HEX triplet: 75, 8B and F9. RGB value is (117,139,249). Sum of RGB (Red+Green+Blue) = 117+139+249=505 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.17% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #758BF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758BF9 is #8A7406. Grayscale: #909090. Windows color (decimal): -9073671 or 16354165. OLE color: 16354165.

HSL color Cylindrical-coordinate representation of color #758BF9: hue angle of 230º degrees, saturation: 0.92, 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 #758BF9 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 139 249 -
CMYK 0.53 0.44 0 0.02
HSL 230º 0.92% 0.72% -
HSV(B) 230º 0.53% 0.98% -
XYZ 33.67 29.09 93.46 -
YUV 144.96 186.71 108.06 -
System Red Green Blue C M Y K H S L
Decimal 117 139 249 0.53 0.44 0 0.02 230 0.92 0.72
Hex 75 8B F9 35 2C 0 2 E6 5C 48
Octal 165 213 371 65 54 0 2 346 134 110
Binary 1110101 10001011 11111001 110101 101100 0 10 11100110 1011100 1001000

Color Harmonies of #758BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BF9

Black with #758BF9

Text Example


Text Example

White with #758BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,139,249); }

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

background-color css

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

 a { background-color: rgb(117,139,249); }

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

border-color css

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

 span { border-color: rgb(117,139,249); }

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