Html Css Color HEX #758CF8 Cornflower Blue

📋 copy color: '#758CF8'

red 117 ◦ green 140 ◦ blue 248

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

Shades of Cornflower Blue #758CF8

Tints of Cornflower Blue #758CF8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.72%

 BLUE value IS 248 (97.27% from 255) = 49.11%

R = 23.17%
G = 27.72%
B = 49.11%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#758CF8 (or 0x758CF8) is known color: Cornflower Blue. HEX triplet: 75, 8C and F8. RGB value is (117,140,248). Sum of RGB (Red+Green+Blue) = 117+140+248=505 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.17% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #758CF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758CF8 is #8A7307. Grayscale: #909090. Windows color (decimal): -9073416 or 16288885. OLE color: 16288885.

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

Color convert

RGB 117 140 248 -
CMYK 0.53 0.44 0 0.03
HSL 229.47º 0.9% 0.72% -
HSV(B) 229.47º 0.53% 0.97% -
XYZ 33.66 29.32 92.69 -
YUV 145.44 185.88 107.72 -
System Red Green Blue C M Y K H S L
Decimal 117 140 248 0.53 0.44 0 0.03 229.47 0.9 0.72
Hex 75 8C F8 35 2C 0 3 E5 5A 48
Octal 165 214 370 65 54 0 3 345 132 110
Binary 1110101 10001100 11111000 110101 101100 0 11 11100101 1011010 1001000

Color Harmonies of #758CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CF8

Black with #758CF8

Text Example


Text Example

White with #758CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,140,248); }

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

background-color css

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

 a { background-color: rgb(117,140,248); }

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

border-color css

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

 span { border-color: rgb(117,140,248); }

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