Html Css Color HEX #68A2EB Cornflower Blue

📋 copy color: '#68A2EB'

red 104 ◦ green 162 ◦ blue 235

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

Shades of Cornflower Blue #68A2EB

Tints of Cornflower Blue #68A2EB

RGB

 RED value IS 104 (41.02% from 255) = 20.76%

 GREEN value IS 162 (63.67% from 255) = 32.34%

 BLUE value IS 235 (92.19% from 255) = 46.91%

R = 20.76%
G = 32.34%
B = 46.91%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68A2EB (or 0x68A2EB) is known color: Cornflower Blue. HEX triplet: 68, A2 and EB. RGB value is (104,162,235). Sum of RGB (Red+Green+Blue) = 104+162+235=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #68A2EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A2EB is #975D14. Grayscale: #989898. Windows color (decimal): -9919765 or 15442536. OLE color: 15442536.

HSL color Cylindrical-coordinate representation of color #68A2EB: hue angle of 213.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68A2EB is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 162 235 -
CMYK 0.56 0.31 0 0.08
HSL 213.44º 0.77% 0.66% -
HSV(B) 213.44º 0.56% 0.92% -
XYZ 33.62 34.78 83.54 -
YUV 152.98 174.28 93.06 -
System Red Green Blue C M Y K H S L
Decimal 104 162 235 0.56 0.31 0 0.08 213.44 0.77 0.66
Hex 68 A2 EB 38 1F 0 8 D5 4D 42
Octal 150 242 353 70 37 0 10 325 115 102
Binary 1101000 10100010 11101011 111000 11111 0 1000 11010101 1001101 1000010

Color Harmonies of #68A2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A2EB

Black with #68A2EB

Text Example


Text Example

White with #68A2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A2EB; }

 p { color: rgb(104,162,235); }

 H1.HeaderClassName
 {
   color: #68A2EB;
 }
 .AnyTagClassName
 {
   color: #68A2EB;
 }
</style>

background-color css

<style>
 a { background-color: #68A2EB; }

 a { background-color: rgb(104,162,235); }

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

border-color css

<style>
 span { border-color: #68A2EB; }

 span { border-color: rgb(104,162,235); }

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