Html Css Color HEX #758BFA Cornflower Blue

📋 copy color: '#758BFA'

red 117 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #758BFA

Tints of Cornflower Blue #758BFA

RGB

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

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

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

R = 23.12%
G = 27.47%
B = 49.41%

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

#758BFA (or 0x758BFA) is known color: Cornflower Blue. HEX triplet: 75, 8B and FA. RGB value is (117,139,250). Sum of RGB (Red+Green+Blue) = 117+139+250=506 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.12% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #758BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758BFA is #8A7405. Grayscale: #909090. Windows color (decimal): -9073670 or 16419701. OLE color: 16419701.

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

Color convert

RGB 117 139 250 -
CMYK 0.53 0.44 0 0.02
HSL 230.08º 0.93% 0.72% -
HSV(B) 230.08º 0.53% 0.98% -
XYZ 33.82 29.15 94.29 -
YUV 145.08 187.21 107.97 -
System Red Green Blue C M Y K H S L
Decimal 117 139 250 0.53 0.44 0 0.02 230.08 0.93 0.72
Hex 75 8B FA 35 2C 0 2 E6 5D 48
Octal 165 213 372 65 54 0 2 346 135 110
Binary 1110101 10001011 11111010 110101 101100 0 10 11100110 1011101 1001000

Color Harmonies of #758BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BFA

Black with #758BFA

Text Example


Text Example

White with #758BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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