Html Css Color HEX #768FF8 Cornflower Blue

📋 copy color: '#768FF8'

red 118 ◦ green 143 ◦ blue 248

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

Shades of Cornflower Blue #768FF8

Tints of Cornflower Blue #768FF8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.09%

 BLUE value IS 248 (97.27% from 255) = 48.72%

R = 23.18%
G = 28.09%
B = 48.72%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#768FF8 (or 0x768FF8) is known color: Cornflower Blue. HEX triplet: 76, 8F and F8. RGB value is (118,143,248). Sum of RGB (Red+Green+Blue) = 118+143+248=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 248 - color contains mainly: blue. Hex color #768FF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768FF8 is #897007. Grayscale: #939393. Windows color (decimal): -9007112 or 16289654. OLE color: 16289654.

HSL color Cylindrical-coordinate representation of color #768FF8: hue angle of 228.46º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #768FF8 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 143 248 -
CMYK 0.52 0.42 0 0.03
HSL 228.46º 0.9% 0.72% -
HSV(B) 228.46º 0.52% 0.97% -
XYZ 34.24 30.27 92.85 -
YUV 147.5 184.72 106.96 -
System Red Green Blue C M Y K H S L
Decimal 118 143 248 0.52 0.42 0 0.03 228.46 0.9 0.72
Hex 76 8F F8 34 2A 0 3 E4 5A 48
Octal 166 217 370 64 52 0 3 344 132 110
Binary 1110110 10001111 11111000 110100 101010 0 11 11100100 1011010 1001000

Color Harmonies of #768FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FF8

Black with #768FF8

Text Example


Text Example

White with #768FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,143,248); }

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

background-color css

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

 a { background-color: rgb(118,143,248); }

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

border-color css

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

 span { border-color: rgb(118,143,248); }

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