Html Css Color HEX #7695EC Cornflower Blue

📋 copy color: '#7695EC'

red 118 ◦ green 149 ◦ blue 236

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

Shades of Cornflower Blue #7695EC

Tints of Cornflower Blue #7695EC

RGB

 RED value IS 118 (46.48% from 255) = 23.46%

 GREEN value IS 149 (58.59% from 255) = 29.62%

 BLUE value IS 236 (92.58% from 255) = 46.92%

R = 23.46%
G = 29.62%
B = 46.92%

CMYK

 C value IS 0.5

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7695EC (or 0x7695EC) is known color: Cornflower Blue. HEX triplet: 76, 95 and EC. RGB value is (118,149,236). Sum of RGB (Red+Green+Blue) = 118+149+236=503 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.46% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #7695EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7695EC is #896A13. Grayscale: #959595. Windows color (decimal): -9005588 or 15504758. OLE color: 15504758.

HSL color Cylindrical-coordinate representation of color #7695EC: hue angle of 224.24º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7695EC is Cyan = 0.5, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 149 236 -
CMYK 0.5 0.37 0 0.07
HSL 224.24º 0.76% 0.69% -
HSV(B) 224.24º 0.5% 0.93% -
XYZ 33.36 31.4 83.66 -
YUV 149.65 176.73 105.43 -
System Red Green Blue C M Y K H S L
Decimal 118 149 236 0.5 0.37 0 0.07 224.24 0.76 0.69
Hex 76 95 EC 32 25 0 7 E0 4C 45
Octal 166 225 354 62 45 0 7 340 114 105
Binary 1110110 10010101 11101100 110010 100101 0 111 11100000 1001100 1000101

Color Harmonies of #7695EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7695EC

Black with #7695EC

Text Example


Text Example

White with #7695EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7695EC; }

 p { color: rgb(118,149,236); }

 H1.HeaderClassName
 {
   color: #7695EC;
 }
 .AnyTagClassName
 {
   color: #7695EC;
 }
</style>

background-color css

<style>
 a { background-color: #7695EC; }

 a { background-color: rgb(118,149,236); }

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

border-color css

<style>
 span { border-color: #7695EC; }

 span { border-color: rgb(118,149,236); }

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