Html Css Color HEX #758CFA Cornflower Blue

📋 copy color: '#758CFA'

red 117 ◦ green 140 ◦ blue 250

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

Shades of Cornflower Blue #758CFA

Tints of Cornflower Blue #758CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 23.08%
G = 27.61%
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

#758CFA (or 0x758CFA) is known color: Cornflower Blue. HEX triplet: 75, 8C and FA. RGB value is (117,140,250). Sum of RGB (Red+Green+Blue) = 117+140+250=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #758CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758CFA is #8A7305. Grayscale: #919191. Windows color (decimal): -9073414 or 16419957. OLE color: 16419957.

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

Color convert

RGB 117 140 250 -
CMYK 0.53 0.44 0 0.02
HSL 229.62º 0.93% 0.72% -
HSV(B) 229.62º 0.53% 0.98% -
XYZ 33.97 29.44 94.33 -
YUV 145.66 186.88 107.56 -
System Red Green Blue C M Y K H S L
Decimal 117 140 250 0.53 0.44 0 0.02 229.62 0.93 0.72
Hex 75 8C FA 35 2C 0 2 E6 5D 48
Octal 165 214 372 65 54 0 2 346 135 110
Binary 1110101 10001100 11111010 110101 101100 0 10 11100110 1011101 1001000

Color Harmonies of #758CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CFA

Black with #758CFA

Text Example


Text Example

White with #758CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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