Html Css Color HEX #768BFA Cornflower Blue

📋 copy color: '#768BFA'

red 118 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #768BFA

Tints of Cornflower Blue #768BFA

RGB

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

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

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

R = 23.27%
G = 27.42%
B = 49.31%

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

#768BFA (or 0x768BFA) is known color: Cornflower Blue. HEX triplet: 76, 8B and FA. RGB value is (118,139,250). Sum of RGB (Red+Green+Blue) = 118+139+250=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #768BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768BFA is #897405. Grayscale: #909090. Windows color (decimal): -9008134 or 16419702. OLE color: 16419702.

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

Color convert

RGB 118 139 250 -
CMYK 0.53 0.44 0 0.02
HSL 230.45º 0.93% 0.72% -
HSV(B) 230.45º 0.53% 0.98% -
XYZ 33.96 29.22 94.29 -
YUV 145.38 187.04 108.47 -
System Red Green Blue C M Y K H S L
Decimal 118 139 250 0.53 0.44 0 0.02 230.45 0.93 0.72
Hex 76 8B FA 35 2C 0 2 E6 5D 48
Octal 166 213 372 65 54 0 2 346 135 110
Binary 1110110 10001011 11111010 110101 101100 0 10 11100110 1011101 1001000

Color Harmonies of #768BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BFA

Black with #768BFA

Text Example


Text Example

White with #768BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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