Html Css Color HEX #68A2F9 Cornflower Blue

📋 copy color: '#68A2F9'

red 104 ◦ green 162 ◦ blue 249

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

Shades of Cornflower Blue #68A2F9

Tints of Cornflower Blue #68A2F9

RGB

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

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

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

R = 20.19%
G = 31.46%
B = 48.35%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68A2F9 (or 0x68A2F9) is known color: Cornflower Blue. HEX triplet: 68, A2 and F9. RGB value is (104,162,249). Sum of RGB (Red+Green+Blue) = 104+162+249=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #68A2F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A2F9 is #975D06. Grayscale: #9A9A9A. Windows color (decimal): -9919751 or 16360040. OLE color: 16360040.

HSL color Cylindrical-coordinate representation of color #68A2F9: hue angle of 216º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68A2F9 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 162 249 -
CMYK 0.58 0.35 0 0.02
HSL 216º 0.92% 0.69% -
HSV(B) 216º 0.58% 0.98% -
XYZ 35.73 35.62 94.62 -
YUV 154.58 181.28 91.93 -
System Red Green Blue C M Y K H S L
Decimal 104 162 249 0.58 0.35 0 0.02 216 0.92 0.69
Hex 68 A2 F9 3A 23 0 2 D8 5C 45
Octal 150 242 371 72 43 0 2 330 134 105
Binary 1101000 10100010 11111001 111010 100011 0 10 11011000 1011100 1000101

Color Harmonies of #68A2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A2F9

Black with #68A2F9

Text Example


Text Example

White with #68A2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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