Html Css Color HEX #758BE6 Cornflower Blue

📋 copy color: '#758BE6'

red 117 ◦ green 139 ◦ blue 230

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

Shades of Cornflower Blue #758BE6

Tints of Cornflower Blue #758BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.33%

R = 24.07%
G = 28.6%
B = 47.33%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#758BE6 (or 0x758BE6) is known color: Cornflower Blue. HEX triplet: 75, 8B and E6. RGB value is (117,139,230). Sum of RGB (Red+Green+Blue) = 117+139+230=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #758BE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758BE6 is #8A7419. Grayscale: #8E8E8E. Windows color (decimal): -9073690 or 15108981. OLE color: 15108981.

HSL color Cylindrical-coordinate representation of color #758BE6: hue angle of 228.32º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #758BE6 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 139 230 -
CMYK 0.49 0.40 0 0.10
HSL 228.32º 0.69% 0.68% -
HSV(B) 228.32º 0.49% 0.9% -
XYZ 30.85 27.96 78.63 -
YUV 142.8 177.21 109.6 -
System Red Green Blue C M Y K H S L
Decimal 117 139 230 0.49 0.40 0 0.10 228.32 0.69 0.68
Hex 75 8B E6 31 28 0 A E4 45 44
Octal 165 213 346 61 50 0 12 344 105 104
Binary 1110101 10001011 11100110 110001 101000 0 1010 11100100 1000101 1000100

Color Harmonies of #758BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BE6

Black with #758BE6

Text Example


Text Example

White with #758BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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