Html Css Color HEX #768CF9 Cornflower Blue

📋 copy color: '#768CF9'

red 118 ◦ green 140 ◦ blue 249

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

Shades of Cornflower Blue #768CF9

Tints of Cornflower Blue #768CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.11%

R = 23.27%
G = 27.61%
B = 49.11%

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

#768CF9 (or 0x768CF9) is known color: Cornflower Blue. HEX triplet: 76, 8C and F9. RGB value is (118,140,249). Sum of RGB (Red+Green+Blue) = 118+140+249=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #768CF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768CF9 is #897306. Grayscale: #919191. Windows color (decimal): -9007879 or 16354422. OLE color: 16354422.

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

Color convert

RGB 118 140 249 -
CMYK 0.53 0.44 0 0.02
HSL 229.92º 0.92% 0.72% -
HSV(B) 229.92º 0.53% 0.98% -
XYZ 33.95 29.45 93.52 -
YUV 145.85 186.21 108.14 -
System Red Green Blue C M Y K H S L
Decimal 118 140 249 0.53 0.44 0 0.02 229.92 0.92 0.72
Hex 76 8C F9 35 2C 0 2 E6 5C 48
Octal 166 214 371 65 54 0 2 346 134 110
Binary 1110110 10001100 11111001 110101 101100 0 10 11100110 1011100 1001000

Color Harmonies of #768CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768CF9

Black with #768CF9

Text Example


Text Example

White with #768CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768CF9; }

 p { color: rgb(118,140,249); }

 H1.HeaderClassName
 {
   color: #768CF9;
 }
 .AnyTagClassName
 {
   color: #768CF9;
 }
</style>

background-color css

<style>
 a { background-color: #768CF9; }

 a { background-color: rgb(118,140,249); }

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

border-color css

<style>
 span { border-color: #768CF9; }

 span { border-color: rgb(118,140,249); }

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