Html Css Color HEX #68A3F2 Cornflower Blue

📋 copy color: '#68A3F2'

red 104 ◦ green 163 ◦ blue 242

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

Shades of Cornflower Blue #68A3F2

Tints of Cornflower Blue #68A3F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.54%

R = 20.43%
G = 32.02%
B = 47.54%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#68A3F2 (or 0x68A3F2) is known color: Cornflower Blue. HEX triplet: 68, A3 and F2. RGB value is (104,163,242). Sum of RGB (Red+Green+Blue) = 104+163+242=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #68A3F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A3F2 is #975C0D. Grayscale: #999999. Windows color (decimal): -9919502 or 15901544. OLE color: 15901544.

HSL color Cylindrical-coordinate representation of color #68A3F2: hue angle of 214.35º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68A3F2 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 163 242 -
CMYK 0.57 0.33 0 0.05
HSL 214.35º 0.84% 0.68% -
HSV(B) 214.35º 0.57% 0.95% -
XYZ 34.83 35.55 89.03 -
YUV 154.37 177.45 92.08 -
System Red Green Blue C M Y K H S L
Decimal 104 163 242 0.57 0.33 0 0.05 214.35 0.84 0.68
Hex 68 A3 F2 39 21 0 5 D6 54 44
Octal 150 243 362 71 41 0 5 326 124 104
Binary 1101000 10100011 11110010 111001 100001 0 101 11010110 1010100 1000100

Color Harmonies of #68A3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A3F2

Black with #68A3F2

Text Example


Text Example

White with #68A3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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