Html Css Color HEX #68A3EB Cornflower Blue

📋 copy color: '#68A3EB'

red 104 ◦ green 163 ◦ blue 235

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

Shades of Cornflower Blue #68A3EB

Tints of Cornflower Blue #68A3EB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.47%

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

R = 20.72%
G = 32.47%
B = 46.81%

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

#68A3EB (or 0x68A3EB) is known color: Cornflower Blue. HEX triplet: 68, A3 and EB. RGB value is (104,163,235). Sum of RGB (Red+Green+Blue) = 104+163+235=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #68A3EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A3EB is #975C14. Grayscale: #999999. Windows color (decimal): -9919509 or 15442792. OLE color: 15442792.

HSL color Cylindrical-coordinate representation of color #68A3EB: hue angle of 212.98º 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 #68A3EB is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 163 235 -
CMYK 0.56 0.31 0 0.08
HSL 212.98º 0.77% 0.66% -
HSV(B) 212.98º 0.56% 0.92% -
XYZ 33.8 35.14 83.6 -
YUV 153.57 173.95 92.65 -
System Red Green Blue C M Y K H S L
Decimal 104 163 235 0.56 0.31 0 0.08 212.98 0.77 0.66
Hex 68 A3 EB 38 1F 0 8 D5 4D 42
Octal 150 243 353 70 37 0 10 325 115 102
Binary 1101000 10100011 11101011 111000 11111 0 1000 11010101 1001101 1000010

Color Harmonies of #68A3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A3EB

Black with #68A3EB

Text Example


Text Example

White with #68A3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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